14 lines
429 B
Text
14 lines
429 B
Text
# Follow redirects
|
|
--location
|
|
|
|
# User Agent
|
|
-A "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13"
|
|
|
|
# Headers
|
|
-H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
|
|
-H "Upgrade-Insecure-Requests: 1"
|
|
# -H "Accept-Encoding: gzip, deflate, sdch"
|
|
-H "Accept-Language: en-US,en;q=0.8"
|
|
|
|
# Allow certificate failures
|
|
# --insecure
|