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

Use '%20' for encoding spaces in query parameters. #2543

Merged
merged 5 commits into from Jan 10, 2023

Conversation

tomchristie
Copy link
Member

@tomchristie tomchristie commented Jan 5, 2023

Query parameter encoding switches from using + for spaces and %2F for forward slash, to instead using %20 for spaces and treating forward slash as a safe, unescaped character.

Closes #2536.

  • Add failing test.
  • Fix behaviour.

@tomchristie tomchristie added the user-experience Ensuring that users have a good experience using the library label Jan 5, 2023
@tomchristie tomchristie marked this pull request as ready for review January 5, 2023 10:44
@tomchristie tomchristie requested a review from a team January 10, 2023 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user-experience Ensuring that users have a good experience using the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use percent encoding for spaces in query parameters
2 participants