Get URL Headers from Linux Command Line
Saturday, November 10th, 2007
Show the headers of an URL from the command line. This will need perl, lwp installed on the system.
lwp-request -ed "http:/lindesk.com/"
Show the headers of an URL from the command line. This will need perl, lwp installed on the system.
lwp-request -ed "http:/lindesk.com/"