What are the rules for cross-domain AJAX requests for dynamic local content?

Posted by Newtang on Stack Overflow See other posts from Stack Overflow or by Newtang
Published on 2010-05-08T22:26:25Z Indexed on 2010/05/09 0:58 UTC
Read the original article Hit count: 293

Filed under:
|
|
|

If I'm using a .NET WebBrowser control, and I dynamically populate the HTML, JS content, what exactly are the rules for AJAX cross-domain requests? I know I don't technically have a domain since it's local content, but I'm not sure how the browser handles this.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about JavaScript