At Tue, 9 Apr 2002 15:58:29 +0900, Antony Stace wrote:
> What is an easy way to see the HTTP headers in a HTTP request.

the "lwp-request" (aka "GET", "HEAD" or "POST") script that comes with
the perl LWP library is very good for this sort of stuff.

works with all the stuff that LWP does too (https, http auth, etc).

you would be wanting the "-U" option ("-e" to see headers in the HTTP response).

-- 
 - Gus
-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to