- Subscribe to RSS Feed
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
Working with HTTP Packets
|
To work with an HTTP packet, locate and open the packet-level recording in Central > HTTP Message Recordings. |
![]() |
||||||||||||||||||||||||
|
When the Show/Hide Packets icon is visible it functions as a toggle. Click it to turn packet display on or off. |
|
||||||||||||||||||||||||
|
When packets are shown, the relationship between the highlighted message and the corresponding packets is shown. The packets that correspond are highlighted in blue. Similarly, if you click any given packet, the corresponding message will be highlighted. Some packets do not correspond to any message and thus will not cause a message to be highlighted. To view detailed information about a packet, click the icon for the packet. Detailed information about that packet will appear in the lower right hand portion of the recording screen. |
![]() |
||||||||||||||||||||||||
|
The detailed information displayed for a packet can be summarized as follows:
Each packet consists of a set of headers for the various communication layers involved in the proper delivery of messages. Typically, the communication layers for HTTP consist of a network layer (Ethernet) and the TCP/IP layers. Within the protocol layers is the actual content of the packet, sometimes referred to as the payload. |
![]() |
||||||||||||||||||||||||
|
The information from the Ethernet portion of the packet is summarized in the following table.
|
|||||||||||||||||||||||||
|
The information from the Internet Protocol layer is displayed as in the following example: |
![]() |
||||||||||||||||||||||||
|
The information from the Internet Protocol (IP) portion of the packet is summarized in the following table.
|
|||||||||||||||||||||||||
|
The information from the Transmission Protocol layer is displayed as in the following example: |
![]() |
||||||||||||||||||||||||
|
The information from the Transmission Control Protocol (TCP) portion of the packet is summarized in the following table.
|
|||||||||||||||||||||||||
|
The Raw Bytes section is the actual data portion of the given packet. This is the raw data of the HTTP message. This display contains the HEX values for the contents. |
![]() |







