using cURL to find headers

curl -I -x px.abdn.ac.uk:8080 http://www.pop.com

(-I is the headers bit and -x goes through a proxy)

Leave a Comment