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: [email protected] For additional commands, e-mail: [email protected]
