mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:23:34 +03:00
made the cookie tests 61 and 62 test httponly cookies, both receiving in
headers and reading from cookie-jar
This commit is contained in:
parent
b8c438f22d
commit
c0b5d378dc
2 changed files with 5 additions and 3 deletions
|
|
@ -5,6 +5,7 @@ HTTP
|
|||
HTTP GET
|
||||
HTTP replaced headers
|
||||
cookies
|
||||
httponly
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
|
@ -35,7 +36,7 @@ http://%HOSTIP:%HTTPPORT/we/want/62 -b log/jar62.txt -H "Host: www.host.foo.com"
|
|||
# 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue