Hacker News new | ask | show | jobs
by lewisjoe 1420 days ago
This great, but how would we handle dynamic calls to other servers that are part of my web-app? Maybe a NPM package that needs to downloaded from an external registry or an authentication service that needs to speak to Auth0?

Isn't this impossible with CORS disabled by default in browsers? How do we work around this