We build an app that connect to Netsuite, get data...
# general
s
We build an app that connect to Netsuite, get data, and we update data. The app has been working for a little more than a year. The app is using Cordova 10.0. Then last week, Cordova updated to 11.0, security issue and the app is not working anymore (CORS) I've been searching the solution since then. The vendor is saying "Access-Control-Allow-Origin header is set on the response from your server". I've contacted Netsuite but they don't know. Any one of you knows something about it ?
z
Did you try using dataType:json header?