Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by jink: http://wiki.apache.org/httpd/WatchingHttpHeaders The comment on the change is: GET => HEAD ------------------------------------------------------------------------------ == Manually constructing requests == - Using any standard telnet client, you can manually interact with an HTTP server and see the full response including headers. + Using any standard telnet client, you can manually interact with an HTTP server and see the headers. {{{ telnet server.example.com 80 - GET /dir/page.html HTTP/1.1 + HEAD /dir/page.html HTTP/1.1 Host: server.example.com }}}
