Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: when crossDomain is using default the X-Requested-With header is no longer added incorrectly #6691

Commits on Nov 29, 2021

  1. fix: when crossDomain is using default the X-Requested-With header is…

    … no longer added incorrectly
    
    When this header is added incorrectly, it triggers preflight requests. This caused a breaking change from rxjs 6.x with any backend request URL that does not support preflight requests (OPTIONS method).
    Issue traces back to ReactiveX@0d66ba4
    driskell committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    d2c1fd4 View commit details
    Browse the repository at this point in the history