HP Comware 5 Debug Manual Vol 2

Login management debugging commands
debugging http
Use debugging http to enable HTTP debugging.
Use undo debugging http to disable HTTP debugging.
Syntax
debugging http { all | message | parameter }
undo debugging http { all | message | parameter }
Default
HTTP debugging is disabled.
Views
User view
Default command level
1: Monitor level
Parameters
all: Specifies all types of HTTP debugging.
message: Specifies HTTP message debugging.
parameter: Specifies HTTP parameter debugging.
Usage guidelines
HTTP message debugging enables the device to display HTTP header contents.
Examples
# Enable all types of HTTP debugging. When a host attempts to log in to the device through HTTP, output
similar to the following example is generated:
<Sysname> debugging http all
*Jul 1 10:41:00:686 2007 Sysname HTTPD/7/PARAMETER: HTTPD_CHECK_ACL_IPv4: Begin to filter
packets with IPv4 ACL.
// The device received an HTTP message and were examining the message against an IPv4 ACL.
*Jul 1 10:41:00:688 2007 Sysname HTTPD/7/PARAMETER: HTTPD_ProcParseOverMsg: Finished
parsing request message.
// The message was parsed.
*Jul 1 10:41:00:689 2007 Sysname HTTPD/7/MESSAGE: GET / HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application
/msword, */*
Accept-Encoding: gzip, deflate
Accept-Language: zh-cn
Host: 192.168.1.42
336