This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 99
Obsrvable.ajax ignores withCredentials (CORS) settings #117
Comments
this was intended to address an error in the 5.0 repository. |
having this same problem on |
Same issue with "rxjs-dom": "rx-dom#^7.0.3" I had to modify the default settings as withCredential was not set:
and forece false is set to false after creatinbg the XHR:
|
thanks @neckaros! that patch worked for me. @wizardwerdna: should this issue be re-opened? (seeing how it's still an issue in v7.0.3) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Observable.ajax
does not appear to recognize the withCredentials mode for CORS, either expressly or as the promised default.This code, when run on Chrome, yields substantially the following:
and the browser console message:
The works when clicked in the browser error message. Similar code, using
jQuery
orfetch
andObservable.fromPromise
, works fine.The text was updated successfully, but these errors were encountered: