I have a problem with firefox for its CORS policy. As, I have a domain and created a sub-domain for it. Now want to access domain from sub-domain I got cors errors ( app is on nodejs+expressjs+angularjs) ( only in firefox). Here is the code for CORS setting in nodejs:
var allowHeaders = ['Accept', 'Accept-Version', 'Content-Type', 'Api-Version', 'Origin', 'X-Requested-With', 'api-token'];
Hi @pawansaket. This is the GitHub repo for the Firefox Hardware Report website. If you're still having this issue, please see this page about where to go for developer support.
I have a problem with firefox for its CORS policy. As, I have a domain and created a sub-domain for it. Now want to access domain from sub-domain I got cors errors ( app is on nodejs+expressjs+angularjs) ( only in firefox). Here is the code for CORS setting in nodejs:
var allowHeaders = ['Accept', 'Accept-Version', 'Content-Type', 'Api-Version', 'Origin', 'X-Requested-With', 'api-token'];