Hi All-
I'm trying to debug my RESTlet via the NetSuite Debugger.
Step 1 of the Help says to remove my Auth header and replace it with the Cookie they provide when I loaded the script in the Debugger.
However, doing this is giving me an error saying I need an Auth header... I tried switching URL from
rest.sandbox
to
debugger.sandbox
but same error. Am I missing something obvious?
Also, to confirm, do I need to switch all `define`s to `require`s to debug properly?
Thanks