Lines Matching refs:example
19 Set-Cookie: super=secret; domain=example.com; path=/1561; secure;
20 Set-Cookie: supersuper=secret; domain=example.com; path=/1561/login/; secure;
21 Set-Cookie: __Secure-SID=12345; Domain=example.com
22 Set-Cookie: __Secure-SID=12346; Secure; Domain=example.com
23 Set-Cookie: supersupersuper=secret; __Secure-SID=12346; Secure; Domain=example.com
26 Set-Cookie: __Host-SID=22347; Domain=example.com
27 Set-Cookie: __Host-SID=22348; Domain=example.com; Path=/
28 Set-Cookie: __Host-SID=22349; Secure; Domain=example.com; Path=/
38 Set-Cookie: super=secret; domain=example.com; path=/1561; httponly;
39 Set-Cookie: super=secret; domain=example.com; path=/1561/; httponly;
40 Set-Cookie: super=secret; domain=example.com; path=/15; httponly;
41 Set-Cookie: public=yes; domain=example.com; path=/foo;
42 Set-Cookie: supersuper=secret; domain=example.com; path=/1561/login/en;
43 Set-Cookie: supersuper=secret; domain=example.com; path=/1561/login;
44 Set-Cookie: secureoverhttp=yes; domain=example.com; path=/1561; secure;
45 Set-Cookie: __Secure-SID=22345; Domain=example.com
46 Set-Cookie: __Secure-SID=22346; Secure; Domain=example.com
49 Set-Cookie: __Host-SID=32347; Domain=example.com
50 Set-Cookie: __Host-SID=32348; Domain=example.com; Path=/
51 Set-Cookie: __Host-SID=32349; Secure; Domain=example.com; Path=/
72 … log/jar1561.txt -H "Host: www.example.com" http://%HOSTIP:%HTTPPORT/15610002 -L -c log/jar1561.t…
81 Host: www.example.com
86 Host: www.example.com
96 .example.com TRUE /foo FALSE 0 public yes
97 www.example.com FALSE / TRUE 0 __Host-SID 12346
98 .example.com TRUE / TRUE 0 supersupersuper secret
99 .example.com TRUE / TRUE 0 __Secure-SID 12346
100 .example.com TRUE /1561/login/ TRUE 0 supersuper secret
101 #HttpOnly_.example.com TRUE /15 FALSE 0 super secret