cookies
cookiejar
HTTP replaced headers
+httponly
</keywords>
</info>
# Server-side
Server: test-server/fake\r
Content-Type: text/html\r
Funny-head: yesyes\r
-Set-Cookie: test=yes; domain=foo.com; expires=Fri Feb 2 11:56:27 GMT 2035\r
+Set-Cookie: test=yes; httponly; domain=foo.com; expires=Fri Feb 2 11:56:27 GMT 2035\r
SET-COOKIE: test2=yes; domain=host.foo.com; expires=Fri Feb 2 11:56:27 GMT 2035\r
Set-Cookie: test3=maybe; domain=foo.com; path=/moo; secure\r
Set-Cookie: test4=no; domain=nope.foo.com; path=/moo; secure\r
# http://curl.haxx.se/rfc/cookie_spec.html
# This file was generated by libcurl! Edit at your own risk.
-.foo.com TRUE /we/want/ FALSE 2054030187 test yes
+#HttpOnly_.foo.com TRUE /we/want/ FALSE 2054030187 test yes
.host.foo.com TRUE /we/want/ FALSE 2054030187 test2 yes
.foo.com TRUE /moo TRUE 0 test3 maybe
</file>
HTTP GET
HTTP replaced headers
cookies
+httponly
</keywords>
</info>
# http://curl.haxx.se/rfc/cookie_spec.html
# This file was generated by libcurl! Edit at your own risk.
-.foo.com TRUE /we/want/ FALSE 2054030187 test yes
+#HttpOnly_.foo.com TRUE /we/want/ FALSE 2054030187 test yes
.host.foo.com TRUE /we/want/ FALSE 2054030187 test2 yes
.fake.host.foo.com TRUE /we/want/ FALSE 2054030187 test4 yes