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(params): removing '[' and ']' from URL encode exclude characters … #5715

Open
wants to merge 3 commits into
base: v1.x
Choose a base branch
from

Conversation

HealGaren
Copy link

Close #3316

According to RFC 3986, square brackets in URLs must be encoded.
So I modified the encoding behavior to fit the spec.

Karma tests can fail, but that's not a problem with my code, it's an issue with an external service that the test utilizes. (see #5714)

@AIlkiv
Copy link

AIlkiv commented Jun 2, 2024

@jasonsaayman Please take a look at this PR. This bug has been waiting to be fixed for over 4 years :(

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

Successfully merging this pull request may close these issues.

If paramsSerializer is not specified, brackets are not encoded
3 participants