Understanding CORS ๐
Letโs start with its full form first;
CORS stands for Cross-Origin Resource Sharing
What does MDN say about CORS?
It's an HTTP header-based mechanism that allows a server to indicate any origins (domain, scheme, or port) other than its own, from ...
blog.akshayraichur.com3 min read