Fiddler Ideas

The free web debugging proxy for any browser, system or platform.

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?

  • Guest
  • Sep 12 2018
  • Under review
  • Attach files
  • Eric Lawrence commented
    September 12, 2018 16:23

    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.