I'm using JMeter to loadtest a ASP .NET web application but I get problems when viewstate
contains double equals signs (==) at the end of the string.
I extract the viewstate from the previous get-request with a Regular Expression Extractor and have
verified in Debug Sampler that my parameter contains the double equals signs, but when posting
the viewstate value ${viewstate1} with the __VIEVSTATE parameter the double equals signs are
removed from the request.
How can I include the equals signs in the request so that I get a valid viewstate? Is there perhaps a pre/post processor I can use to add the missing equals signs? Examples?