browserify / http-browserify

node's http module, but for the browser
MIT License
244 stars 110 forks source link

Added IE XDomainRequest support #3

Closed erithmetic closed 4 years ago

erithmetic commented 13 years ago

CORS support for IE 8, 9

If a host name is set and the XDomainRequest object is present, it is used.

gasi commented 11 years ago

+1

gobengo commented 10 years ago

+1million

gobengo commented 10 years ago

@substack What's your opinion on this thing? It seems quite harmless and would be very helpful for me and I'm sure others who are making cross domain requests in IE9.

Update: It was not harmless and certainly out of date. See my PR in #55 and http-browserify-xdr