Hash character #
in a query string causes the rest of the string to be ignored
#1546
Open
2 tasks done
Checklist
Minimal reproduction code and steps
Observe that the full argument string is being sent from the shell (as visible in debug mode)
However, when the URL is displayed in verbose mode, the URL is truncated at the first hash mark. (And the server logs confirm that the request URL is truncated).
Current result
The query string is truncated at the first hash character.
…
Expected result
The full query string is sent to the server.
The text was updated successfully, but these errors were encountered: