in reply to Re: IE Mechanize
in thread IE Mechanize

The hidden field values are set with javascript so I can't verify the values until I click the submit button on our form.

Replies are listed 'Best First'.
Re^3: IE Mechanize
by ikegami (Patriarch) on Apr 27, 2009 at 17:55 UTC

    So you want the request header (GET) or request body (POST), not the response header.

    I don't know if you can get the response, but getting the request would be even less likely. You could have your server-side script spit back the request as an HTML comment (or whatever) in the response when testing.