Exploiting CORS
4 min readOct 24, 2020
--
With a real-world example:
To understand CORS first we need to learn about same-origin.
When we browse any application that application server fetch data such as images, web pages from different locations on the same server or maybe from a different server on the internet. So to make this fetching securely server implements “same-origin policy”.