Skip to content

Instantly share code, notes, and snippets.

@vdaubry
Created February 7, 2015 17:28
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 vdaubry/2869d85b2e8affdc5a8c to your computer and use it in GitHub Desktop.
Save vdaubry/2869d85b2e8affdc5a8c to your computer and use it in GitHub Desktop.
proxy drops custom header with https
$ curl -I -x 127.0.0.1:5566 https://www.google.fr
HTTP/1.1 200 Connection established
Proxy-Agent: Privoxy/3.0.23
X-Servedby: 50001
HTTP/1.1 200 OK
Date: Sat, 07 Feb 2015 16:29:25 GMT
Expires: -1
Cache-Control: private, max-age=0
Content-Type: text/html; charset=ISO-8859-1
Set-Cookie: PREF=ID=06f3dff6b89e6912:FF=0:TM=1423326565:LM=1423326565:S=ovlk6fxZsdh4795K; expires=Mon, 06-Feb-2017 16:29:25 GMT; path=/; domain=.google.fr
Set-Cookie: NID=67=BKl_RAA2bRtgvQv_VDFgAKTFEyq5qNe-TyhBFFu6BL_iaBIcyXKSf4LZUxdJVt1oZP2lQEUBnGkOdx13Q3uOK4_TTARoSSeN32vaD1VRSy5j0hIxCaNWnYCVBo2mA1SH; expires=Sun, 09-Aug-2015 16:29:25 GMT; path=/; domain=.google.fr; HttpOnly
P3P: CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info."
Server: gws
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
Alternate-Protocol: 443:quic,p=0.02
Transfer-Encoding: chunked
Accept-Ranges: none
Vary: Accept-Encoding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment