CORS Explained
If you are a developer, you might have seen the following error many times especially when dealing with APIs.
For security reasons, browser blocks the cross-origin HTTP requests. It allows requests that are originated from the same origin.
Browser...
spanugan.hashnode.dev2 min read
Vijay Kulkarni
Front end developer
Thanks a lot for this beautiful example, so by going with your example if google.com is not whitelisted in the play.google.com using cors then any request from google.com to play.google.com will be failed and the server that is play.google.com don't send the data.
Is my understanding correct? if wrong please correct me