HTTP Analyzer is a plug-in for Microsoft Internet Explorer that allows you to capture HTTP/HTTPS traffic and show a wide range of HTTP related information, Header, Content, Cookies, Query Strings, and Post form Values directly in the browser window.
Latest changes:
- New: Real-time Request Level Time Chart. The colored time chart is used to express the relative time between a single network level timing (i.e. , DNS lookup, TCP connects) and other timing segments in the same request
- New: Real-time Page/Process Level Time Chart. The colored bars are used to express the relative timing of requests in the same group ( Webpage for IE Add-on, Process for Stand-alone) and the different phases of an HTTP request, e.g. blocked, connect, etc.
- New: Real-time Multi-level summaries. The summary panel displays the real-time updated summary information on the HTTP/HTTPS requests in a single webpage, a single monitored process or the whole log
- New: Grouping Of Requests By Page/Process. In Add-on Edition, Requests are now grouped by page by default. while in Stand-alone Edition, Requests are grouped by process name by default. Each group can be separately expanded or collapsed. Requests that are
- Improve: Request Builder, In V3, User can use multipart/form-data POST method to upload files (introduced in RFC 1867) and View the response headers and content
- New: Build-in JSON Viewer The JSON viewer simply shows a tree structure representation of the JSON format. You can use the "Send to JSON Viewer" command in any editor to directly send selected content to the build-in JSON Viewer
- New: Native Log Files, Smaller and More Information HTTP Analyzer V3 introduced a new log file format (*.halog), Compared to the previous XML version, it has a smaller size, and can record more information. In V3, HTTP Log records will been save as this f
- Improved: Automation Interface. 1. Summary Information Added to Automation Interface 2. Request Level timings Added to Automation Interface 3. Entry Group (Webpage/process) information Added to Automation Interface
- New: A New "View" menu item has been added to the toolbar and main menu. It contains many appearance options for the session grid View
- New: Add a "Offset" column that displays an offset in seconds from the first entry in the current group (web page or process)
- New: Add a "Web page" column that displays the web page title of the current request
- New: Add a "Send to JSON Viewer..." command to popup menu of the content editor to send selected content to JSON viewer to parse the JSON content as a tree structure
- New: Add a "Font..." command to popup menu of content editor to change the display font
- New: Re-arrange the command items in the toolbar and main menu