CORS – Cross Origin Resource Sharing

Cross Origin Resource Sharing (CORS) is becoming an important terminology as more SPA (Single Page Application) are being built using Angular JS, React JS frameworks. This in simple terms means that when I make a call from one domain to another domain (not on the same web server) then I […]