Skip to content

Instantly share code, notes, and snippets.

@thepycoach
Last active December 10, 2020 20:12
Show Gist options
  • Select an option

  • Save thepycoach/101d8f2c7b3e40ae94ce065c0a9bfc87 to your computer and use it in GitHub Desktop.

Select an option

Save thepycoach/101d8f2c7b3e40ae94ce065c0a9bfc87 to your computer and use it in GitHub Desktop.
headers = {
'authority': 'www.google.com',
'content-length': '0',
'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36',
'content-type': 'text/plain;charset=UTF-8',
'accept': '*/*',
'referer': 'https://www.google.com/',
'accept-language': 'en-US,en;q=0.9',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment