When you want to capture browser traffic or general windows HTTP traffic what tool do you use?
closed as not constructive by voretaq7♦ Aug 27 '12 at 4:05
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Fiddler, hands down! http://www.fiddler2.com/fiddler2/ |
|||||
|
|
|
Wireshark. Gets HTTP and anything else you want to look at (DNS, usually). |
|||||||||||
|
|
General HTTP traffic: Fiddler (free) Internet Explorer and Firefox traffic: HttpWatch (crippleware & pay) |
|||
|
|
|
Recommend Fiddler and Fiddler2 [Mark. Rasmussen above], and another GUI http(s) capture that runs on MS Windows and 'other' systems. Looks to have the same feature/functionality as Fiddler2, with the addition that it can run on non MS platforms (could be useful for some.) The Sales Pitch?
Some of the basic functionality of value to web developers, security reviews, in WebScarab include: (from their website)
OWASP, the developers of WebScarab also have a number of other Open Source Projects relevant to reviewing website performance, functionality, security et. al. |
|||
|
|
|
justniffer It can capture all http traffic, produce apache log, save content as files, measure response time . etc. Bye, |
|||
|
|
|
i link using packetyzer for capturing. its free and it has a easy to use gui. |
|||
|
|
|
There is little know but rather good Microsoft product for this: Microsoft Visual Roundtrip Analyzer It's built on top of Microsoft's Netmon and provides an insane amount of detail. It shows http traffic, including all the packet transfer details and any related DNS requested performed. It also has a go at giving you advice on the results. Oh did I mention that it's free? |
|||
|
|
|
Yes, fiddler2 is very handy. Took me a minute to find out that you can use ipv4.fiddler:/ instead of localhost:/ The tool is fast and stable on the first glimpse |
|||
|
|
|
You can also check this HTTP post or Get tool (free tool) |
|||
|
|
|
maybe you can try this iehttptools |
||||
|