I tried to using the HTTP Transaction Senosr with following setting: Authentication: User: name1 Password: 1234 TRANSACTION URL #1: https://uat1.xxx.com/login Request Method = GET
Result: Failed, still up even password incorrect.
Then i tried other setting with postdata: Authentication: No TRANSACTION URL #1: https://uat1.xxx.com/login Request Method = GET TRANSACTION URL #2: https://uat1.xxx.com/siteminderagent/forms/login.fcc Request Method = POST USER=name1&PASSWORD=1234&target=%2Fauth%2Flogin%3Ftarget%3D%2F&=Login
Result: Failed, still up even password incorrect.
The postdata is captured from Paessler URL Recorder with following result: URL POST-DATA https://www.paessler.com/ https://uat1.xxx.com/en/login.html https://uat1.xxx.com.hk/siteminderagent/forms/login.fcc USER=name1&PASSWORD=1234&target=%2Fauth%2Flogin%3Ftarget%3D%2F&=Login https://uat1.xxx.com/tc/index.html
Please help!!!
Add comment