Join Slack
Powered by
Anybody ever face a CORS error when posting to a S...
# suitescript
a
alien4u
09/30/2019, 5:02 PM
Anybody ever face a CORS error when posting to a Suitelet ? we are talking about posting from one Suitelet URL to another... which mean they are technically in the same host...
j
jarens
09/30/2019, 6:00 PM
That is weird. Have you tried adding
Copy code
response.addHeader({ name: 'Access-Control-Allow-Origin', value: '*' });
to your suitelet?
a
alien4u
09/30/2019, 7:20 PM
NetSuite does not allow you to manipulate that.
7
Views
Open in Slack
Previous
Next