jpillora / xdomain

A pure JavaScript CORS alternative
https://jpillora.com/xdomain/
3.12k stars 270 forks source link

does xdomain support all standard http method? #111

Closed feitian124 closed 10 years ago

feitian124 commented 10 years ago

i'm using ember and facing cors problems, since we need support ie8 and its limited support to only get, post become a pain for us. does xdomain resloved this? i mean it suppory all standard http methods like put, delete? thanks.

jpillora commented 10 years ago

XDomain supports what XMLHttpRequest supports. So IE8 XHR can’t do PATCH, though PUT and DELETE should be fine.

On Tue, Sep 16, 2014 at 3:20 PM, ming notifications@github.com wrote:

i'm using ember and facing cors problems, since we need support ie8 and its limited support to only get, post become a pain for us. does xdomain resloved this? i mean it suppory all stand http methods like put, delete?

— Reply to this email directly or view it on GitHub https://github.com/jpillora/xdomain/issues/111.

feitian124 commented 10 years ago

understand, thanks.