My co-worker is trying to make a https request fro...
# suitescript
a
My co-worker is trying to make a https request from an app outside of a netsuite to a suitelet that is available without login. (I know restlets are better for security) He is getting a CORS error. How can he resolve this?
b
you have no control over cors related headers
use something that isnt affected by cors, like a server side app
a
Would a restlet have less cors issue than a suitelet?
b
no