Understanding CORS
Simply CORS is fetching resources from other application having different
origin than the client-side.
Applying a CORS restriction is a security feature defined by a server and implemented by a browser.
How to know we are making a cross-origin-requ...
shapa.hashnode.dev2 min read