Google News
logo
Express.js - Interview Questions
When does a Cross-Origin resource get failed in Express.js?
A cross-Origin can fail in the following scenarios-
 
* If it's to a different domain
* If it's to a different port
* If it's to a different subdomain
* If it's to a different protocol.
Advertisement