JavaScript Same Origin Policy Question

Posted by DaveDev on Stack Overflow See other posts from Stack Overflow or by DaveDev
Published on 2010-03-30T08:33:29Z Indexed on 2010/03/30 8:43 UTC
Read the original article Hit count: 524

How does the Same Origin Policy apply to the following two domains?

http://server1.MyDomain.com

http://server2.MyDomain.com

Can I run JS on a page hosted on server1, if the content is retreived from server2?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about same-origin-policy