Skip to content

Opening book details…

Can I read Understanding Same Origin Policy in Browsers on EtoBox?

Understanding Same Origin Policy in Browsers by Arnold Reuser is a document available to read on EtoBox.

What is Understanding Same Origin Policy in Browsers about?

The Same Origin Policy restricts how a document or script loaded from one origin can interact with a resource from another origin. It applies to window manipulation, XMLHttpRequest requests, frame manipulation, cookie access, and DOM access between windows. However, images, stylesheets, and scripts can be included from other origins. The policy checks that URLs have the same protocol, port, and domain for DOM access. XMLHttpRequest is more strict and does not consider the document.domain property.

Author
Arnold Reuser
Language
EN