What the heck is CORS error anyway and how to solve it?
What is CORS?
CORS stands for Cross-Origin Resource Sharing. It is a security mechanism implemented by web browsers that restrict web pages from making requests to a different domain than the one that served the page.
In other words, when a web page ...
blog.shadman.xyz3 min read