Decoding parameters on some urls
gabriel-felipe opened this issue · 0 comments
gabriel-felipe commented
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.