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

bug: query string set incorrectly during retries #146

Closed
viktor-f3 opened this issue Dec 11, 2023 · 1 comment
Closed

bug: query string set incorrectly during retries #146

viktor-f3 opened this issue Dec 11, 2023 · 1 comment

Comments

@viktor-f3
Copy link

We have run into an issue when using this in the PagerDuty Terraform provider we get malformed URLs when a request with a query string is rate limited.

In our specific case it was a call to /members?offset=100 would result in /members?offset=100?offset=100 on the retry, which would cause a 400 to be returned.

Fixed by this PR: #145

@imjaroiswebdev
Copy link
Collaborator

Issue solved in #145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants