mirror of
https://github.com/curl/curl.git
synced 2025-09-17 09:32:48 +03:00
test1561: adjusted for the cookie fix
This commit is contained in:
parent
9ec22e4fe6
commit
b6487eb3d4
|
@ -35,12 +35,12 @@ nomnom
|
|||
HTTP/1.1 200 OK
|
||||
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
Set-Cookie: super=secret; domain=example.com; path=/%TESTNUMBER; httponly;
|
||||
Set-Cookie: super=secret; domain=example.com; path=/%TESTNUMBER/; httponly;
|
||||
Set-Cookie: super=secret; domain=example.com; path=/15; httponly;
|
||||
Set-Cookie: super=plain; domain=example.com; path=/%TESTNUMBER; httponly;
|
||||
Set-Cookie: super=plain; domain=example.com; path=/%TESTNUMBER/; httponly;
|
||||
Set-Cookie: super=plain; domain=example.com; path=/15; httponly;
|
||||
Set-Cookie: public=yes; domain=example.com; path=/foo;
|
||||
Set-Cookie: supersuper=secret; domain=example.com; path=/%TESTNUMBER/login/en;
|
||||
Set-Cookie: supersuper=secret; domain=example.com; path=/%TESTNUMBER/login;
|
||||
Set-Cookie: supersuper=plain; domain=example.com; path=/%TESTNUMBER/login/en;
|
||||
Set-Cookie: supersuper=plain; domain=example.com; path=/%TESTNUMBER/login;
|
||||
Set-Cookie: secureoverhttp=yes; domain=example.com; path=/%TESTNUMBER; secure;
|
||||
Set-Cookie: __Secure-SID=22345; Domain=example.com
|
||||
Set-Cookie: __Secure-SID=22346; Secure; Domain=example.com
|
||||
|
@ -94,11 +94,12 @@ Accept: */*
|
|||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
||||
.example.com TRUE /foo FALSE 0 public yes
|
||||
#HttpOnly_.example.com TRUE /15 FALSE 0 super plain
|
||||
www.example.com FALSE / TRUE 0 __Host-SID 12346
|
||||
.example.com TRUE / TRUE 0 supersupersuper secret
|
||||
.example.com TRUE / TRUE 0 __Secure-SID 12346
|
||||
.example.com TRUE /%TESTNUMBER/login/ TRUE 0 supersuper secret
|
||||
#HttpOnly_.example.com TRUE /15 FALSE 0 super secret
|
||||
.example.com TRUE /1561 TRUE 0 super secret
|
||||
</file>
|
||||
|
||||
</verify>
|
||||
|
|
Loading…
Reference in New Issue
Block a user