Is it possible to point a domain to a external sui...
# general
c
Is it possible to point a domain to a external suitelet? Alternatively, is it possible to set CORS headers on a suitelet response?
t
@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
Thanks @tdietrich - Always appreciate your help and blog posts. I ended up proxying my requests through a node server to avoid the CORS issue.
👍 2