You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by ll...@oreillyauto.com on 2012/05/04 21:53:53 UTC

Encoding of cookie values

The app I am testing had been using spaces in some of the cookie values,
which was breaking when jmeter/httpclient was sending the cookies back
(httpclient strips the quotes away (which is a bug per RFCs but they don't
seem to think it is)

I had one of the developers change the cookies to now use %20 instead of
spaces.

While in the browser I see "%20" in the cookies (and not wrapped in double
quotes), in jmeter I still just see spaces (and also no double quotes).

Is there anything I can do to make jmeter not URL decode the cookie
strings? Or is this something I need to talk to the HTTP client people
about?

Lee Lowder

This communication and any attachments are confidential, protected by Communications Privacy Act 18 USCS � 2510, solely for the use of the intended recipient, and may contain legally privileged material. If you are not the intended recipient, please return or destroy it immediately. Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org