Header Tab
Top  Previous  Next

This tab shows the HTTP header fields, with the request headers shown in left and the response headers in right. The size of the two lists can be adjusted by dragging the splitter that separates them. Tool tips are now displayed when the mouse hovers over a item such as a header value.

Request Headers
The request headers are shown in the left list. The entry named (Request-Line) is the first line of text delimited by a linefeed as parsed from the HTTP request headers and contains the HTTP method, HTTP version and URL sub path, for example:

GET /httpanalyzer/index.htm HTTP/1.1

Response Headers
The right hand list shows the headers that were received in the HTTP response. The entry named (Status-Line) is the first line of text delimited by a linefeed as parsed from the HTTP response headers and contains the HTTP status code, version and description, for example:

HTTP/1.1 200 OK

See also:
RFC-2616 Request-header fields
RFC-2616 Response-header fields