Is it possible to point a domain to a external suitelet?
Alternatively, is it possible to set CORS headers on a suitelet response?
t
tdietrich
06/22/2022, 11:16 PM
@Cory Weiner I don't think it's possible in NetSuite itself. However, you can run an external Suitelet behind a proxy server (such as nginx), and then get control over the response headers, etc. I wrote about that here: https://timdietrich.me/blog/netsuite-nginx-reverse-proxy/
👍 1
c
Cory Weiner
06/23/2022, 1:24 AM
Thanks @tdietrich - Always appreciate your help and blog posts. I ended up proxying my requests through a node server to avoid the CORS issue.