Y
Hacker News
new
|
ask
|
show
|
jobs
by
icedchai
1367 days ago
You don't have CORS configuration to worry about. It simplifies development and deployment.
1 comments
tomjakubowski
1367 days ago
You don't need to set up CORS to load assets on a page from a CDN's origin. Cross-origin taint only matters when trying to read asset data from a script.
I think we may be talking past each other and one of us is misunderstanding OP.
link
icedchai
1367 days ago
Yes, but you need it if your API isn't on the same origin as your static assets.
link
I think we may be talking past each other and one of us is misunderstanding OP.