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

Ajax CORS fixes #6696

Closed
wants to merge 3 commits into from
Closed

Ajax CORS fixes #6696

wants to merge 3 commits into from

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 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
  2. Configuration menu
    Copy the full SHA
    4944814 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. chore: fix lint

    benlesh committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    325c0cf View commit details
    Browse the repository at this point in the history