Using Fiddler, how can you identify what data is sent in a HTTP request?
Experience Level: Junior
Tags: FiddlerTools
Answer
- Click on the request line in the Session List
- The data of the selected request/response can be analyzed using tab Inspectors
- Fiddler contains 10 different request inspector views, but the most used one is Raw - this request inspector view will show you the plain text representation of the request content.
- Depending on your needs you can also use other request inspectors as well.
Related Fiddler job interview questions
In Fiddler, what can you see in the session list and why would you use it?
FiddlerTools JuniorUsing Fiddler, how can you indentify what requests are sent by a browser to a server?
FiddlerTools JuniorWhat can you do using Fiddler?
FiddlerTools JuniorHow can you enable/disable capturing of traffic in Fiddler?
FiddlerTools JuniorUsing Fiddler, how can you monitor the HTTP traffic between your browser and server?
FiddlerTools Junior