Search found 2 matches

by shawnpronet
Fri Dec 07, 2007 10:49 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: HTTP test and .NET viewstate
Replies: 3
Views: 11419

I have set all the options; I looked through the html output and found the three fields I need to set (custid, loginname, and password) and set those in the postdata. I have follow redirect set and allow per-session cookies set. This is my post data (example): custid=12345&loginname=me&passw...
by shawnpronet
Thu Dec 06, 2007 7:08 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: HTTP test and .NET viewstate
Replies: 3
Views: 11419

HTTP test and .NET viewstate

I am trying to configure a HTTP test to send POST data (login information for forms based authentication) and check for specific contents. I configure the test with the correct URL and post data. I logged into the site and grabbed a string to check the contents for but when I run the test it comes b...