Hello. I want test my application server with WCAT
My script:
NEW TRANSACTION
classId = 1
NEW REQUEST HTTP
Verb = "GET"
URL = "http://192.168.0.250/Pharmacy.aspx"
192.168.0.250 - is Aplication server with IIS 6.0
Runs controller.
C:\Program Files\IIS Resources\WCAT Controller>wcctl -a 192.168.0.250 -c config.
ubr -s script.ubr -d dist.ubr
After test I get report with all Total 30X Redirect erorrs. No 202 status When i do the same at mozilla i get 200 OK status
Please help.