Archive for November 10th, 2007

Get URL Headers from Linux Command Line

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/"

URL Headers using Curl