Getting started with CORS (Cross-Origin Resource Sharing)
CORS or Cross-Origin Resource Sharing is a mechanism used to pass or share data between web servers. Essentially it is a policy containing a set of HTTP response headers. Why CORS..? The reason for CORS is stright forward. Lets say you wanted to access data sitting one Server A from...