Skip to content

Instantly share code, notes, and snippets.

@rxon
Created February 26, 2017 04:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rxon/ed089ee9e4e58296f8fe0e995849ae22 to your computer and use it in GitHub Desktop.
Save rxon/ed089ee9e4e58296f8fe0e995849ae22 to your computer and use it in GitHub Desktop.
#
# _
# ___ _ _ _ __| |
# / __| | | | '__| |
# | (__| |_| | | | |
# \___|\__,_|_| |_|
#
# Enable redirect
-L
# Permit unsafed SSL
-k
# Verbose
-v
# Disguise as IE 9 on Windows 7.
user-agent = "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)"
# When following a redirect, automatically set the previous URL as referer.
referer = ";auto"
# Wait 60 seconds before timing out.
connect-timeout = 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment