Created by: zapek
DefaultWebClient() already encodes URL query parameters.
Without this PR, I have a request with title=foo bar which gets converted to title=foo%25%20bar. With this PR, the request becomes title=foo%20bar
This fixes #8171
Created by: zapek
DefaultWebClient() already encodes URL query parameters.
Without this PR, I have a request with title=foo bar which gets converted to title=foo%25%20bar. With this PR, the request becomes title=foo%20bar
This fixes #8171