Jeroen van Vianen wrote:
Hi,
I am trying to implement an interface to an OAuth server. OAuth requires
RFC 3986 [1] rather than RFC 1738 [2] encoding rules for URIs, more
specifically a space should be encoded as '%20' and not as '+'. This
breaks oauth_signature calculations.
Is there a way to use / force HttpClient into RFC's encoding rules on
GETs and POSTs?
No, there is not.
Consider migrating to HttpClient 4.0
Oleg
Thanks and best regards,
Jeroen
[1] http://www.ietf.org/rfc/rfc3986.txt, section 2.1
[2] http://www.ietf.org/rfc/rfc1738.txt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]