First, fiddler support function
1. View Web traffic between almost all browsers, client applications, or servers
2. Manually or automatically modify any request or response
3. Decrypt HTTPS data stream for viewing or modification
4. Archive captured data streams to support loading these things on different computers
5, to the client application of the response captured before playback, distortion of the current service offline state
6. Web Data flow debugging between most PCs and various devices, including Mac, Linux systems, smartphones and tablets
7. Hook up to the upstream proxy server, including the Tor network
8. Run as a reverse proxy, capturing traffic on the server without reconfiguring the client computer or device
Second, incomplete list of features not supported
1. Commissioning Fee network protocol data stream
Fiddler supports HTTP,HTTPS,FTP data streams and related protocols such as HTML5 websockets and icy streams
Finddler cannot monitor or modify data based on other protocols, such as SMTP, POP3, Telnet, IRC, etc.
2. Handling oversized requests and responses
More than 2GB of requests, Fiddler cannot process
More than 2GB of response, Fiddler has limited processing power
Fiddler using system memory and paging files to save session data, saving a large number of sessions or large requests and responses can lead to a dramatic decrease in performance
Fiddler study Summary