Skip to content

Instantly share code, notes, and snippets.

@JichunMa
Created September 21, 2018 07:08
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 JichunMa/af08d9c24a2fbd527fe6bf2ec3c84c27 to your computer and use it in GitHub Desktop.
Save JichunMa/af08d9c24a2fbd527fe6bf2ec3c84c27 to your computer and use it in GitHub Desktop.
headers
headers = {
"Connection": "keep-alive",
"Pragma": "no-cache",
"Cache-Control": "no-cache",
"Upgrade-Insecure-Requests": 1,
"DNT": 1,
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36",
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8",
"Accept-Encoding": "gzip, deflate, br",
"Accept-Language": "en,zh-CN;q=0.9,zh;q=0.8"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment