Created
February 7, 2015 17:27
-
-
Save vdaubry/eafabf211957cbe87563 to your computer and use it in GitHub Desktop.
proxy drops custom header with https
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl -I -x 127.0.0.1:5566 http://www.google.fr | |
HTTP/1.1 200 OK | |
Date: Sat, 07 Feb 2015 16:28:17 GMT | |
Expires: -1 | |
Cache-Control: private, max-age=0 | |
Content-Type: text/html; charset=ISO-8859-1 | |
Set-Cookie: PREF=ID=5472383c9c9d26f1:FF=0:TM=1423326497:LM=1423326497:S=yu2leDB676aEfg96; expires=Mon, 06-Feb-2017 16:28:17 GMT; path=/; domain=.google.fr | |
Set-Cookie: NID=67=iPjeDuufTg9UhlCrCuMmA93LSA8LWjBl_H3tliNTWZUsQS2Gtzw36xR2fFz_D9Nz0eWg8Fy_qtTy_cozXTuil7reP_6mwd0_WrH1j1RrSZZlDv3rEXyHOOXnZ1h07qax; expires=Sun, 09-Aug-2015 16:28:17 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: 80:quic,p=0.02 | |
Transfer-Encoding: chunked | |
Accept-Ranges: none | |
Vary: Accept-Encoding | |
Proxy-Connection: keep-alive | |
X-Servedby: 50001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment