I had something like that once, couldn't find any of the cookie policies to work for me. I've worked around it by putting a regex extractor to get the cookies the way I need them and just put it in the http headers, as any other header.
Shmuel. On Wed, Apr 18, 2012 at 4:53 PM, <[email protected]> wrote: > Additional research has shown me that httpclient is stripping the quotes > from the cookie value, and this is causing the cookie parser on the server > to truncate the cookie value. > > I know it is possible to create custom cookie policies for use with > httpclient, but is there an easy way to make that show up in jmeter? > > By easy, I mean via config or property file, or even via plugin. I'd prefer > not to have to rebuild it. > > Thank you. > > 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] > >
