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

Do not attempt to encode strings when sending them in a URL encoded form #1909

Merged

Conversation

beagold
Copy link
Contributor

@beagold beagold commented Apr 29, 2024

Summary

Do not attempt to encode strings when sending them in a URL encoded form

In places like OAUTH2's redirect_uri parameter, it can lead to Discord not understanding it correctly

This is a regression that was introduced by #1881 (sorry!)

Checklist

  • I have run nox and all the pipelines have passed.
  • I have made unittests according to the code I have added/modified/deleted.

Related issues

None

In places like OAUTH2's `redirect_uri` parameter, it can lead to Discord not understanding it correctly
@beagold beagold added the bug Something isn't working label Apr 29, 2024
@beagold beagold self-assigned this Apr 29, 2024
@beagold beagold merged commit f5e631b into hikari-py:master Apr 30, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants