Return to Snippet

Revision: 2416
at February 12, 2007 09:10 by micmath


Initial Code
$ curl -I --user auser:mypassword http://example.com/test.jpg

Initial URL

                                

Initial Description
-I says to get only the headers, the --user flag assumes the server wants basic authentication.

Initial Title
See exactly what headers apache is returning

Initial Tags

                                

Initial Language
Bash