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: do not remove query parameters on retry #514

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

spzSource
Copy link
Contributor

Fixes #513.
This is a draft fix intended to start the discussion.

I'm not sure if it's okay to remove the existing hack introduced in #483. Before making a decision, I’d like to learn more about the duplicate request parameters problem and how I can reproduce it in a test.

@t-col probably you could give me some hints?

@spzSource spzSource marked this pull request as ready for review September 16, 2024 17:59
@spzSource spzSource requested a review from a team as a code owner September 16, 2024 17:59
@spzSource
Copy link
Contributor Author

I’ve committed a fix for the formatting issue that caused the CI build to fail, so I believe everything is ready for the merge.

@t-col t-col merged commit fbc7975 into contentful:master Sep 16, 2024
2 checks passed
@contentful-automation
Copy link

🎉 This PR is included in version 8.3.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

The rate-limit interceptor removes all URI parameters on the first retry
2 participants