Thanks, worked for me. I was trying to call a RESTlet from postman. So, the url looks like this. https://debugger.na0.netsuite.com/app/site/hosting/restlet.nl?script=985&deploy=1 And I added a header: Cookie with values as specified in Netsuite Debugger UI.
I did as explained by Unknown, but it does not works for me. The reponse is { "error": { "code": "SESSION_TIMED_OUT", "message": "Your session has timed out. Please re-enter your information and try again." } }
Thanks, worked for me.
ReplyDeleteI was trying to call a RESTlet from postman.
So, the url looks like this.
https://debugger.na0.netsuite.com/app/site/hosting/restlet.nl?script=985&deploy=1
And I added a header: Cookie with values as specified in Netsuite Debugger UI.
I did as explained by Unknown, but it does not works for me. The reponse is
ReplyDelete{
"error": {
"code": "SESSION_TIMED_OUT",
"message": "Your session has timed out. Please re-enter your information and try again."
}
}