Created
March 11, 2018 01:06
-
-
Save necrogami/a793c43941ccc5d3d10fd4aad16df003 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| root@mars:~# curl --head https://localhost:9001 --insecure | |
| HTTP/1.1 200 OK | |
| Server: nginx/1.13.8 | |
| Content-Type: text/html; charset=UTF-8 | |
| Connection: keep-alive | |
| X-Powered-By: PHP/7.2.2 | |
| Cache-Control: no-cache, private | |
| Date: Sun, 11 Mar 2018 01:06:34 GMT | |
| Set-Cookie: XSRF-TOKEN=eyJpdiI6ImhYbFpqOXZMU1B5M1BRcTFRZ0FsVmc9PSIsInZhbHVlIjoiM1ptR1laRG5lTW82YVgwTUFJbUh2d21cL3RLeFhEbkJRQUU1Njk4QWwxTDBrYmgrYkFETnNqVWszRHlhTlZrQlhqanNiMElzM0UxSFFGbm00NHJicUdRPT0iLCJtYWMiOiIzZDM4YWQ0ZGMxOTBkYTM2Y2IzMGY1MTVlMjI4NDdiZWY1N2U4OWY2YTljNTJiZWViYjRhMWYxZDM4NmFhMzkwIn0%3D; expires=Sun, 11-Mar-2018 03:06:34 GMT; Max-Age=7200; path=/ | |
| Set-Cookie: laravel_session=eyJpdiI6IlZFd21SK1ZCQkx3QU1CS0Jtb3I0NXc9PSIsInZhbHVlIjoibXc5dVpDazRnRHlSMzJpd1RqcHZKUVlwTmFqWHc3Q0dDRDdOXC9rVXdNNHE0NGc4QzdYQ0s4V3p4MHk0TEgyM21pVUlneTVXVVFmOVRLSkpDVlExZnNBPT0iLCJtYWMiOiI4ZjcwOGNiMTQ2NmEwNzA0MmY1MzljNmZkNTQyOTc2OGUxZGE2OTE2ZmZhMTg3ZWMwOTliMTUyNmM5ODMwMTAzIn0%3D; expires=Sun, 11-Mar-2018 03:06:34 GMT; Max-Age=7200; path=/; HttpOnly | |
| X-Frame-Options: DENY |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment