1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +00:00
fhem-mirror/t/FHEM/98_HTTPMOD/11_Cookies2.testdata
StefanStrobel 339ca317e1 98_HTTPMOD: added tests
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@22812 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2020-09-21 15:45:08 +00:00

16 lines
537 B
Plaintext

HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 162
Connection: close
Location: http://test.url/
Set-Cookie: dp1=bbl/DE630e14e5^; Domain=.test.url; Path=/; Expires=Tue, 30 Aug 2022 13:47:17 GMT
Set-Cookie: s=CgAD4ACBfTP9kM2Y5ZjQ1YmUxNzQwYTRjYzM0OTY5YzQzZmZmZmY2ZmRcvqYq; Domain=.test.url; Path=/; HttpOnly
Set-Cookie: ebay=%5Esbf%3D%23000000%5E; Domain=.test.url; Path=/
--end-of-http-header--
<html>
<head><title>Test</title></head>
<body>
<center><h1>Test</h1></center>
<hr><center>nginx</center>
</body>
</html>