bpo-43433: Preserve query and fragment in the URL of the server in ServerProxy.#25057
Conversation
kynan
left a comment
There was a problem hiding this comment.
Thanks, this LGTM and addresses kynan/dokuwikixmlrpc#8 where the issue was originally reported.
vstinner
left a comment
There was a problem hiding this comment.
LGTM. Thanks for adding tests!
|
Thanks @serhiy-storchaka for the PR, and @corona10 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
…rverProxy. (pythonGH-25057) (cherry picked from commit c1b073a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-25068 is a backport of this pull request to the 3.9 branch. |
|
Hello there, For the record, the fragment is client-side only, it should not be sent to the server. Citing wikipedia:
Citing the related RFC 3986 - URI
|
https://bugs.python.org/issue43433