Fiddler Ideas

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

Add a timer to requests

When you make a new post request, a timer starts and keeps going until response

  • Guest
  • Feb 1 2017
  • Under review
  • Attach files
  • Eric Lawrence commented
    3 Feb, 2017 03:58pm

    Fiddler already maintains timers for every request. You can see them by selecting the session in the Web Sessions list and looking at the Statistics tab. 

    The FiddlerBeginRequest timer marks the start of the sending of the request. 

    The ServerBeginResponse timer marks the first byte of the server's response.