~I have Postman working with TBA, but the Suite De...
# suitescript
g
I have Postman working with TBA, but the Suite Debugger seems to ignore the requests. I tried using
<https://debugger.na0.netsuite.com/app/site/hosting/restlet.nl?script=934&deploy=1>
but it said
Invalid host <http://debugger.na0.netsuite.com|debugger.na0.netsuite.com>. Please send RESTlet requests to <https://your-company-id.restlets.api.netsuite.com>.
Using my company ID URL, I added the cookies that are displayed for
NS_VER
and
JSESSIONID
and tried with and without authentication. With auth, it runs fine, but doesn't trigger the debugger. Without auth, it says session timed out.
Any hints to getting postman working with the netsuite debugger? Nevermind, I didn't copy over the JSSESSIONID cookies to the debugger domain in postman.