Software Introduction
As a web developer, we often need to analyze data packets sent from web pages. As a powerful plug-in of IE, HttpWatch can analyze URL requests very well.
The main function of HttpWatch is to monitor and analyze http requests sent through the browser. When you request a URL or submit a form in the address bar of the browser, httpWatch helps you analyze the head information of an http request, cookie information for accessing the page, and detailed packet analysis for Get and Post.
The following describes how to use it to capture packets for a URL request.
1. First download and install the package at the address provided above, and import the installation license.
2. Start IE and start HttpWatch from "View"-"browser bar"-"HttpWatch" of IE. As shown in:
Start HttpWatch
HttpWatch View
Practical record request package
Click the record shown in HttpWatch below IE to make HttpWatch record the http request sent by IE, as shown in:
Start recording http requests
3. Open the page for analysis. log on to the vlan9 Forum as an example. Open the vlan9 forum and enter the user name and password in the form to log on.
4. view the request results recorded by HttpWatch. As shown in, click the small window icon in the upper-right corner of the HttpWatch interface and separate it from IE browser to view the record results.
Detach HttpWatch from IE
5. How to understand the IE request results recorded by HttpWatch
As shown in, find and select the post record we logged on to in the list above httpwatch, and then we can see its detailed data below.
Download: http://download.csdn.net/source/2195775