Skip to content

Instantly share code, notes, and snippets.

@slav123
Created February 4, 2015 04:31
Show Gist options
  • Save slav123/55833e9f3cf83feefb43 to your computer and use it in GitHub Desktop.
Save slav123/55833e9f3cf83feefb43 to your computer and use it in GitHub Desktop.
curl get with headers and compression
curl -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/21.0" -H "Accept-Encoding: gzip, deflate" http://www.realestate.com.au/sold/in-nsw/list-2 --output "list-2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment