-
-
Save jackey/7d1ed7452fd47ca9445b88bad258e3eb to your computer and use it in GitHub Desktop.
cookies headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.1 200 OK | |
Date: Sat, 18 Feb 2017 15:45:27 GMT | |
Server: nginx/1.2.8 | |
Strict-Transport-Security: max-age=15768000 | |
Cache-Control: private | |
Content-Type: application/json; charset=utf-8 | |
X-Powered-By: node.js | |
Access-Control-Allow-Origin: * | |
Access-Control-Allow-Headers: Origin, X-Requested-With, x-request, Content-Type, Accept | |
Access-Control-Allow-Credentials: true | |
X-UA-Compatible: chrome=1 | |
Content-Length: 100 | |
Set-Cookie: USER=1e5620369cee43da9d0b4778cd359a5a; path=/ | |
Set-Cookie: USERINFO=298967; path=/ | |
Keep-Alive: timeout=5, max=99 | |
Connection: Keep-Alive | |
HTTP/1.1 200 OK | |
Cache-Control: private | |
Content-Type: application/json; charset=utf-8 | |
Server: nginx/1.2.8 | |
Set-Cookie: USER=f990b2d4d2b64ebd9b7ad9e9e7cce3cb; path=/ | |
Set-Cookie: USERINFO=298967; path=/ | |
X-Powered-By: node.js | |
Access-Control-Allow-Origin: * | |
Access-Control-Allow-Headers: Origin, X-Requested-With, x-request, Content-Type, Accept | |
Access-Control-Allow-Credentials: true | |
X-UA-Compatible: chrome=1 | |
Date: Sat, 18 Feb 2017 15:49:18 GMT | |
Content-Length: 100 | |
Connection: keep-alive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment