Hacking the Same-Origin Policy
How attackers bypass the fundamental Internet safeguard to read confidential data.
The Same-Origin Policy is one of the fundamental defenses deployed in modern web applications. It restricts how a script from one origin can interact with the resources of a different origin. It is critical in preventing a number of common web vulnerabilities.