iriscouch/browser-request

Support CORS

jhs opened this issue · 3 comments

jhs commented

Needs a good way to test.

In request_jquery, there was options.creds or options.withCredentials which would set "xhrFields": { "withCredentials": true } to the jQuery.ajax call.

is it ever coming to browser request?

Any update here?

tp commented

This already works for me by setting the option withCredentials to true in the request call.

This does not seem documented specially, but is in the source.