CORS or cross origin resource sharing is a mechanism by which you can allow 
specific third party origins to access resources on your site. To do this you 
need to setup an access-control-allow-origin header in the response to the 
request from the RES plugin. You should go through 
https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS to get a 
good idea of CORS. 

Once you figure out the CORS strategy you want to use, simply add that header 
to the response using res.set (if you are using express).

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/aa90f4d9-f4a4-4e8a-a824-a0d783622041%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to