Under Review
Last Updated: 12 Sep 2018 14:05 by Imported User
Imported User
Created on: 12 Sep 2018 04:59
Type: Feature Request
1
Https request is showing 302 upon login page
i am recording chrome sessions in fiddler and when i login to my site with https it records all, but playing the webtest on visual studio it shows 302 redirect error on login page and then for all rest of the pages it shows that it is again trying to login. what could be the cause?
1 comment
Eric
Posted on: 12 Sep 2018 05:00
Typically, this implies that your server is returning a cookie or some other token that is not being dynamically bound by the Web Test. As a consequence, all subsequent requests are treated as bearing invalid authentication info, and attempt to redirect the request to the login page.