Hi All, I have netsuite online customer form, and ...
# suitescript
l
Hi All, I have netsuite online customer form, and I am calling external api like Smatystreet from the form, its a simple Ajax or getJSON request. But every time its giving me an 401 and 405 status code, seems like I am facing cross domain issue. Anyone have any idea about this?
b
401 or 405 is not a CORS issue. that said you can use suitescript and the N/https module to work around CORS issues