Skip to content

Instantly share code, notes, and snippets.

@guinslym
Created June 26, 2019 15:11
Show Gist options
  • Save guinslym/8510b2786f50586d291527f06842be70 to your computer and use it in GitHub Desktop.
Save guinslym/8510b2786f50586d291527f06842be70 to your computer and use it in GitHub Desktop.
Response Header for listserv. I want to try to connect to the listserv with the Python package Requests
Response Headers====
HTTP/1.1 200 OK
Date: Wed, 26 Jun 2019 15:05:47 GMT
Server: Apache/2.2.15 (Red Hat)
Set-Cookie: faq_list_serv+admin=john_doe_number; Path=/mailman/; Version=1
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=us-ascii
Request headers=====
Host: lists.janedoe.ca
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br
Referer: https://lists.janedoe.ca/mailman/admin/faq_list_serv/
Content-Type: application/x-www-form-urlencoded
Content-Length: 40
Connection: keep-alive
Cookie: _ga=GA1.2.69017070.1556197514; _gcl_au=1.1.326862514.1556197514; _fbp=fb.1.1556197515968.848105611
Upgrade-Insecure-Requests: 1
@guinslym
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment