Free Downloads
Main Menu
Home
Top Downloads
New Downloads
Submit Programs
Online Games
Bookmark
Contact
Discussion Forum
Privacy Policy
Categories
Audio & Mp3
Business & Finance
Desktop Enhancements
Games
Home & Education
Internet
Multimedia & Design
Security & Privacy
Software Development
System Utilities
  ·  Automation Tools
  ·  Backup & Restore
  ·  Benchmarking
  ·  Clipboard Tools
  ·  Disk Management
  ·  File Compression
  ·  File Management
  ·  Launchers
  ·  Optimizers
  ·  Others
  ·  Password Tools
  ·  Printer
  ·  Registry Tools
  ·  Shell Tools
  ·  Text & Docment Editors
  ·  Uninstallers
  ·  Utilities
Web Development
Add to Social Bookmarks
Digg  del.icio.us  Blink  Stumble  Spurl  Reddit  Netscape  Furl 
IE HTTP Analyzer 3.2
IE HTTP Analyzer is an add-in for Internet Explorer, that allows you to
capture HTTP/HTTPS traffic in real-time. It can trace and display wide range of information, including Header, Content, Cookies, Query Strings, Post data, Request and Response Stream, redirection URLs and more. It has a request builder that enables you to handcraft a HTTP/HTTPS Request. It also provides cache information and session clearing, as well as HTTP status code information and several filtering options. A useful developer tool for performance analysis, debugging and diagnostics.. IE HTTP Analyzer integrates into the lower part of your IE browser window and can be opened/closed from the IE toolbar.

Program system requirements: MS IE5.5 or Higher

New in this version: New: Add two events to automation library HTTPAnalyzer class. One is OnNewEntry(HTTPAnalyzer.ILogEntry, ref bool) . ,Occurs immediately before an new LogEntry adds to log. The other is OnUpdateEntry(HTTPAnalyzer.ILogEntry) , Occurs . when update a specific Logentry in the log. New: Use the new "Find" dialog to "globally" locate text in the log of recorded requests. The search attributes can be: . URLs, Headers, Content, Cookies, Query strings, Post data, Stream.... New: Star a recorded request, Add or remove a star to a recorded request. Stars allow you to give a request a special . status. the user can also use the the dropdown filter button of the new "Starred" column to change the filter criteria (starred . or not). New: Double clicking on a Status-code or Error-code row in the summary panel will apply the filter criteria in the log that . Status-code/Error-code equals to the text of the selected row. . New: Add a new Export Option "Export Response Content to Dir..." to the "save" dropdown menu that allows user to export . all captured content to a selected directory. New: Add a "format" button to the JSON Viewer that reformat JSON output to be easily readable by a human. Changed: Move "Clear cookies" and "Clear cache" button to the "Tools" dropdown menu. Fixed: A compatibility issue with Vista, In some cases, the Vista can't not launch the Winsock Injectlibrary NT service . correctly. Fixed: A "auto scroll" bug that the selected row in the session grid jumps sometimes. Fixed: An bug that Icon file can't be displayed correctly in the browser tab of the content page. Fixed: An bug that "RemoteAddr" and "LocalAddr" label can't be displayed in the stream page after loading log file.

Size

3 MB
License Shareware

Price

99 USD

Downloads

2

Operating System

WinME,Windows2000,WinXP,Windows2003,WinME,Windows Vista Starter,Windows Vista Home Basic,Windows Vista Home Premium,Windows Vista Business,Windows Vista Enterprise,Windows Vista Ultimate

Languages

       

Developer

IEInspector Software (» more programs)

Download Now

Buy Now

Add to Download Basket
 
Comments
No Comments have been Posted.
Post Comment
Please Login to Post a Comment.
Ratings
Rating is available to Members only.

Please login or register to vote.

No Ratings have been Posted.
Alerts
Your email:
Friend email:
IE HTTP Analyzer Program Releases History
Software: IE HTTP Analyzer 3.1
Update date: 2008-01-30 03:53:00
Release Notes: New: Add two events to automation library HTTPAnalyzer class. One is OnNewEntry(HTTPAnalyzer.ILogEntry, ref bool) . ,Occurs immediately before an new LogEntry adds to log. The other is OnUpdateEntry(HTTPAnalyzer.ILogEntry) , Occurs . when update a specific Logentry in the log. New: Use the new "Find" dialog to "globally" locate text in the log of recorded requests. The search attributes can be: . URLs, Headers, Content, Cookies, Query strings, Post data, Stream.... New: Star a recorded request, Add or remove a star to a recorded request. Stars allow you to give a request a special . status. the user can also use the the dropdown filter button of the new "Starred" column to change the filter criteria (starred . or not). New: Double clicking on a Status-code or Error-code row in the summary panel will apply the filter criteria in the log that . Status-code/Error-code equals to the text of the selected row. . New: Add a new Export Option "Export Response Content to Dir..." to the "save" dropdown menu that allows user to export . all captured content to a selected directory. New: Add a "format" button to the JSON Viewer that reformat JSON output to be easily readable by a human. Changed: Move "Clear cookies" and "Clear cache" button to the "Tools" dropdown menu. Fixed: A compatibility issue with Vista, In some cases, the Vista can't not launch the Winsock Injectlibrary NT service . correctly. Fixed: A "auto scroll" bug that the selected row in the session grid jumps sometimes. Fixed: An bug that Icon file can't be displayed correctly in the browser tab of the content page. Fixed: An bug that "RemoteAddr" and "LocalAddr" label can't be displayed in the stream page after loading log file.
Software: IE HTTP Analyzer 3.0.2
Update date: 2007-11-26 04:50:00
Release Notes: 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. It shows directly and visually how a site is performing, which can help the user to find and diagnose . the common problems quickly. 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 grouped can be navigated more easily. . 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 file format by default. 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.
Software: IE HTTP Analyzer 2.2.3
Update date: 2007-11-12 05:02:00
Release Notes: New: HTTP Analyzer is now code signed with IEInspector.com publishing certificate . . New: Add a "Sent" column that displays the number of bytes sent to server and rename the "Size" column as "Received". . New: Add a "Host" column that displays the Internet host and port number of the resource being requested. . Fixed: An installation issue on some Windows Vista computers. .
Software: IE HTTP Analyzer 2.2.2.109
Update date: 2007-09-23 05:09:00
Release Notes: New: Add a "Sent" column that displays the number of bytes sent to server and rename the "Size" column as "Received". . New: Add a "Host" column that displays the Internet host and port number of the resource being requested. New: Add a "IP Address" column that display the IP address of the resource being requested. It allows you to group . sessions by connection. Changed: Tabs are now grayed if they do not contain any data. Changed: The "Always select the latest request" button is off by default. Changed: Column sorting is case-insensitive manner. Fixed: when using a filter in HTTP Analyzer and "Always select the latest request" is on, the drop-down menu and list box . don't work when they are opened, they close immediately without a chance to select anything. . Fixed: HTTP Analyzer can persist the height state of the main data grid. Fixed: When you export the grid to Excel from HTTP Analyzer, the "start time" column have the granularity shown in the grid, . instead of being truncated to the minute level. Fixed: A bug in the process of "auto update".
Software: IE HTTP Analyzer 2.1.1.51
Update date: 0000-00-00 00:00:00
Release Notes: Fixed: The incorrect bytes received value is much larger than the content-length header value when using HTTPs SSL . encryption. Fixed: Some incorrect repeated contents are contained in the response stream. New: A hint box is displayed when hovering over a cell containing clipped text in the session grid. . Fixed: Fake virus warning from Symantec antivirus. Fixed: Incompatibility with opera. Fixed: The first line is always empty in the querystring page. Fixed: A bug in decompressing the response. Fixed: A bug in reading the Http Chunked Stream. Fixed: A bug in the registration process. Fixed: A frozen bug in the HTTP Analyzer IE Add-in edition. Improved: Show more information in the request builder after the http operation is successful. .
Related downloads
   Network Troubleshooting Analyzer CAPSA 6.6
Affordable and easy to use packet analyzer, protocol decoder & traffic monitor
1
SoftPerfect Network Protocol Analyzer SoftPerfect Network Protocol Analyzer 2.6
A network analyzer (sniffer). It analyzes the data passing through your network.
0
   AdventNet EventLog Analyzer Free Edition 4.0
SysLog & Event Log Management, Analysis & Reporting for distributed Windows host and, syslogs from UNIX hosts, Routers and Switches
0
   PC Network Traffic Monitor and Analyzer 4.06
PC network traffic monitor, packet analyzer, protocol decoder
0
   Network Troubleshooting Analyzer CAPSA 6.6
Affordable and easy to use packet analyzer, protocol decoder & traffic monitor
1
Code to link to this page:
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Search Software
Subscribe RSS
Subscribe with My Yahoo!
Subscribe with NewsGator
Subscribe with My AOL
Subscribe with Bloglines
Subscribe with Netvibes
Subscribe with Google
Subscribe with Pageflakes
Featured Downloads
Memory card Data Recovery Software

Memory card data recovery software recover restore deleted corrupt picture files

ECTACO Voice Translator English -> Spanish / French / German

Phrase book (3200+ phrases in 15 topics) with TTS engine and voice recognition

VeryDOC PowerPoint to Flash Converter

Convert PowerPoint to flash files,ppt to swf

jafoClient

jafoClient is a client for the Uptimes Project. It reports uptime statistics.

Mar Password Generator

Allows to generate random passwords.

Users Online
Guests Online: 13
No Members Online

Registered Members: 1,419
Newest Member: Ferry
Partners
Software Downloads
Female Celebrities
MySpace Layouts