Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.
This repository was archived by the owner on Mar 22, 2026. It is now read-only.

HtmlNet needs to support CORS in IE9: try XDomainRequest when XMLHttpRequest fails #53

Description

@GoogleCodeExporter
In order to issue cross origin XHRs in IE9, you must use XDomainRequest instead 
of XMLHttpRequest. All other browsers let you just XMLHttpRequest.

Currently, HtmlNet uses XMLHttpRequest exclusively, which means that cross 
origin requests will fail in IE.

We should either update HtmlNet to fall back to XDomainRequest, in the same way 
that HtmlAssetManager already does --or-- just fix 
http://code.google.com/p/google-web-toolkit/issues/detail?id=5715.

Original issue reported on code.google.com by fredsa@google.com on 8 Jul 2011 at 5:35

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions