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!
406 error with https.get request
Hello,
I am trying to create a userevent script where when you save a sales order, it sends information to our JIRA instance to create a task. Well I kept getting 406 error, so I went more basic and created a script with just a GET for easier troubleshooting. I am still getting the same 406 error, I have also tested the same script with International Space Station open API and I am able to get a 200 return code. https://api.wheretheiss.at/v1/satellites/25544/tles
I have also tried to include the ACEPT header application/json but I still get the same error. I am not sure what I am doing wrong, and I have tested this on POSTMAN and I have no issues.