Created
February 4, 2015 04:31
-
-
Save slav123/55833e9f3cf83feefb43 to your computer and use it in GitHub Desktop.
curl get with headers and compression
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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