Random IT Stuff
Random IT stuff, mainly *NIX
Thursday, 31 May 2012
Tracing Redirects with curl
I quite often need to debug rewrites and redirects and with curl this is quite easy.
curl -I -L "http://somewhere.com"
also you can add the -k option to ignore invalid certificate errors
Newer Post
Older Post
Home