HTTP
HTTPS proxy
cookies
Secure
# Server-side
HTTP/1.1 200 OK
Content-Length: 4
foo
# Client-side
http
https-proxy
HTTPS-proxy
cookies
HTTP via HTTPS proxy does not send Secure cookies
-x https://%HOSTIP:%HTTPSPROXYPORT --proxy-insecure -b %LOGDIR/jar%TESTNUMBER.txt http://test.example/%TESTNUMBER
# Netscape HTTP Cookie File
test.example FALSE / TRUE 9999999999 session secret
# Verify data after the test has been "shot"
GET http://test.example/%TESTNUMBER HTTP/1.1
Host: test.example
User-Agent: curl/%VERSION
Accept: */*
Proxy-Connection: Keep-Alive