We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I try to do a request on:
https://localhost:8084/proxy/api/pathwithquestionmark%3F%3F?from=1&to=10
I see in the log that I get: proxy GET uri: /proxy/api/pathwithquestionmark%3F%3F -- https://my.server.com/api/pathwithquestionmark???from=1&to=10
proxy GET uri: /proxy/api/pathwithquestionmark%3F%3F -- https://my.server.com/api/pathwithquestionmark???from=1&to=10
So it looks like questions marks in path are not encoded anymore.
The text was updated successfully, but these errors were encountered:
/%3F '?' should stay encoded in path (#190)
ee1f770
/%3F '?' should stay encoded in path (#190) (#191)
cec23d3
(question mark)
Fixed! Thanks for reporting the problem!
Sorry, something went wrong.
Thanks :) Will there be a release soon?
I created #193 for the release.
dsmiley
No branches or pull requests
If I try to do a request on:
https://localhost:8084/proxy/api/pathwithquestionmark%3F%3F?from=1&to=10
I see in the log that I get:
proxy GET uri: /proxy/api/pathwithquestionmark%3F%3F -- https://my.server.com/api/pathwithquestionmark???from=1&to=10
So it looks like questions marks in path are not encoded anymore.
The text was updated successfully, but these errors were encountered: