Hi Everyone, How to send Request to Restlet via E...
# integrations
a
Hi Everyone, How to send Request to Restlet via Eksternal URL I Try use POST entry Point in Suitelet and try request to REstlet , But error invalid Login. Any Advice ? Thanks const response = https.request({ method: https.Method.POST, url: "https://td2998585.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=7396&deploy=1", headers: { "Content-Type": "application/json", Authorization: "Oauth 94eb1(hardcoded token id)", }, body: JSON.stringify({ username, password }), });
f
I’m not at the computer, but I have a solution for using TBA which I tend to do. You can ping me on Tuesday
c
If you are trying to connect to a restlet make sure you have your relm set. in your case it would be TD2998585