mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:23:31 +03:00
cookies: change the URL in the cookie jar file header
This commit is contained in:
parent
016dabcf04
commit
c75ece4442
10 changed files with 12 additions and 12 deletions
|
|
@ -52,7 +52,7 @@ userid=myname&password=mypassword
|
|||
</protocol>
|
||||
<file name="log/cookie1105.txt">
|
||||
# Netscape HTTP Cookie File
|
||||
# http://curl.haxx.se/rfc/cookie_spec.html
|
||||
# http://curl.haxx.se/docs/http-cookies.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
||||
127.0.0.1 FALSE /we/want/ FALSE 0 foobar name
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ Proxy-Connection: Keep-Alive
|
|||
</protocol>
|
||||
<file name="log/jar171" mode="text">
|
||||
# Netscape HTTP Cookie File
|
||||
# http://curl.haxx.se/rfc/cookie_spec.html
|
||||
# http://curl.haxx.se/docs/http-cookies.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
||||
.z.x.com TRUE / FALSE 0 XToken xt
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ http://%HOSTIP:%HTTPPORT/we/want/172 -b log/jar172.txt -b "tool=curl; name=fool"
|
|||
</command>
|
||||
<file name="log/jar172.txt">
|
||||
# Netscape HTTP Cookie File
|
||||
# http://curl.haxx.se/rfc/cookie_spec.html
|
||||
# http://curl.haxx.se/docs/http-cookies.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
||||
.%HOSTIP TRUE /silly/ FALSE 0 ismatch this
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ Accept: */*
|
|||
</protocol>
|
||||
<file name="log/jar31.txt" mode="text">
|
||||
# Netscape HTTP Cookie File
|
||||
# http://curl.haxx.se/rfc/cookie_spec.html
|
||||
# http://curl.haxx.se/docs/http-cookies.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
||||
.127.0.0.1 TRUE /silly/ FALSE 0 ismatch this
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ TZ=GMT
|
|||
</command>
|
||||
<file name="log/injar46">
|
||||
# Netscape HTTP Cookie File
|
||||
# http://curl.haxx.se/rfc/cookie_spec.html
|
||||
# http://curl.haxx.se/docs/http-cookies.html
|
||||
# This is generated by libcurl! Do not edit.
|
||||
|
||||
www.fake.come FALSE / FALSE 1022144953 cookiecliente si
|
||||
|
|
@ -71,7 +71,7 @@ Cookie: empty=; mooo2=indeed2; mooo=indeed
|
|||
</protocol>
|
||||
<file name="log/jar46" mode="text">
|
||||
# Netscape HTTP Cookie File
|
||||
# http://curl.haxx.se/rfc/cookie_spec.html
|
||||
# http://curl.haxx.se/docs/http-cookies.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
||||
www.fake.come FALSE / FALSE 1022144953 cookiecliente si
|
||||
|
|
|
|||
|
|
@ -168,7 +168,7 @@ http://%HOSTIP:%HTTPPORT/506
|
|||
</stderr>
|
||||
<file name="log/jar506" mode="text">
|
||||
# Netscape HTTP Cookie File
|
||||
# http://curl.haxx.se/rfc/cookie_spec.html
|
||||
# http://curl.haxx.se/docs/http-cookies.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
||||
.foo.com TRUE / FALSE 1993463787 test1 overwritten1
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ Host: www.host.foo.com
|
|||
</protocol>
|
||||
<file name="log/jar61.txt" mode="text">
|
||||
# Netscape HTTP Cookie File
|
||||
# http://curl.haxx.se/rfc/cookie_spec.html
|
||||
# http://curl.haxx.se/docs/http-cookies.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
||||
#HttpOnly_.foo.com TRUE /we/want/ FALSE 2054030187 test yes
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ http://%HOSTIP:%HTTPPORT/we/want/62 -b log/jar62.txt -H "Host: www.host.foo.com"
|
|||
</command>
|
||||
<file name="log/jar62.txt">
|
||||
# Netscape HTTP Cookie File
|
||||
# http://curl.haxx.se/rfc/cookie_spec.html
|
||||
# http://curl.haxx.se/docs/http-cookies.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
||||
#HttpOnly_.foo.com TRUE /we/want/ FALSE 2054030187 test yes
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ Host: host.NOT_DISCLOSED.se
|
|||
</protocol>
|
||||
<file name="log/jar73.txt" mode="text">
|
||||
# Netscape HTTP Cookie File
|
||||
# http://curl.haxx.se/rfc/cookie_spec.html
|
||||
# http://curl.haxx.se/docs/http-cookies.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
||||
.NOT_DISCLOSED.se TRUE / FALSE 0 IPCZQX01af0fca5c 000010008168c200d25dfc4b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue