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: header field x-algolia-user-id is not allowed by access-control-allow-headers #1023

Merged
merged 6 commits into from
Feb 21, 2020

Conversation

nunomaduro
Copy link

Multi-cluster methods using x-algolia-user-id header on POST|DELETE verbs may encounter the bug header field x-algolia-user-id is not allowed by access-control-allow-headers while using this methods on the browser.

This PR fixes that exact same issue passing x-algolia-user-id on the query parameter instead of the browser.

In addition, we also increase the timeouts of the transporter layer to avoid flakiness, and we did reactivate the mcm test now that the mcm cluster is alive again.

Copy link
Contributor

@Haroenv Haroenv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

green when bundlesize is updated.

@nunomaduro nunomaduro merged commit a62b11a into master Feb 21, 2020
@Haroenv Haroenv deleted the fix/mcm-methods-on-browser branch November 2, 2020 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants