Skip to content

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

@GoogleCodeExporter

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 [email protected] on 8 Jul 2011 at 5:35

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions