Closed gabriel-felipe closed 4 years ago
If you pass a parameter like this:
http://domain.com/key=test%2Ftest
The URL shouldn't be changed, but instead, it results in:
http://domain.com/key=test/test
Some more complex examples of the same issue can break some URLs.
If you pass a parameter like this:
http://domain.com/key=test%2Ftest
The URL shouldn't be changed, but instead, it results in:
http://domain.com/key=test/test
Some more complex examples of the same issue can break some URLs.