Ha ha! The regex extraction that works for retrieving viewstate (just in case anyone was following this thread and wondering)
Point the regular expression extractor at the body use the regular expression <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="(.*?)" /> and don't forget to use the first group out of the variable. IE if you use the name myviewstate for your variable, when you reference it, use ${myviewstate_g1} Thanks all! Now if there were only an easy way to inject that regex extractor into every single sampler... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]