CORS (Cross-Origin Resource Sharing)
What is CORS: Cross-Origin Resource Sharing?
This is a configuration that allows web pages to make requests to servers in a different domain from the one that served them. Normally, browsers enforce Same-Origin Policy (SOP), which restricts how a doc...
alex-solarch.hashnode.dev2 min read