Debugging CORS
What is CORS?
Cross-Origin Resource Sharing. It is a security feature on the browser that enables the browser to protect resources on another origin being called from one origin.
It is simple yet debugging it sometimes is cumbersome, mostly because o...
rajurastogi.hashnode.dev2 min read