Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Need help with POST to RESTlet
We have created a RESTlet script which is able to handle JSON posts from third-party applications such as Postman and Advanced Rest API. However, when attempting to send data via URL, we are receiving:
{"result":"The remote server returned an error: (400) Bad Request."} The URL which data will post from is formatted like so: http://DATAENDPOINT.com&url=https://...,nlauth_role=3
If I change a character in e-mail/signature, I receive:
{"result":"The remote server returned an error: (401) Unauthorized."} I have opened a case and have also exhausted all available web/NetSuite resources... can anyone provide some insight as to what may be missing from our URL string? Thanks!