Created
March 20, 2018 17:31
-
-
Save ibnesayeed/f61dec7a15025d1a0d111e07ddb6e42e 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
| $ curl -I https://twitter.com/ | |
| HTTP/1.1 200 OK | |
| cache-control: no-cache, no-store, must-revalidate, pre-check=0, post-check=0 | |
| content-length: 124947 | |
| content-type: text/html;charset=utf-8 | |
| date: Tue, 20 Mar 2018 17:29:58 GMT | |
| expires: Tue, 31 Mar 1981 05:00:00 GMT | |
| last-modified: Tue, 20 Mar 2018 17:29:58 GMT | |
| pragma: no-cache | |
| server: tsa_b | |
| set-cookie: fm=0; Expires=Tue, 20 Mar 2018 17:29:49 UTC; Path=/; Domain=.twitter.com; Secure; HTTPOnly | |
| set-cookie: _twitter_sess=BAh7CSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%250ASGFzaHsABjoKQHVzZWR7ADoPY3JlYXRlZF9hdGwrCCLedURiAToMY3NyZl9p%250AZCIlNDQ4ODA0NzkzN2IyOWVhY2JjYmI4ZDRmY2ZlZTQyMjM6B2lkIiUxNjlh%250ANGY0ODI1ZjZjODNlNjBmZWNhYjAzZTVmMzNlNg%253D%253D--bc00de3eabacb8a7e4dab1b22594657dbf7f8643; Path=/; Domain=.twitter.com; Secure; HTTPOnly | |
| set-cookie: personalization_id="v1_fVoKQgb5DO1MCC34UoQNOA=="; Expires=Thu, 19 Mar 2020 17:29:58 UTC; Path=/; Domain=.twitter.com | |
| set-cookie: guest_id=v1%3A152156699804898103; Expires=Thu, 19 Mar 2020 17:29:58 UTC; Path=/; Domain=.twitter.com | |
| set-cookie: ct0=ee4cf57a0376d6310a549fd4b61043ba; Expires=Tue, 20 Mar 2018 23:29:58 UTC; Path=/; Domain=.twitter.com; Secure | |
| status: 200 OK | |
| strict-transport-security: max-age=631138519 | |
| x-connection-hash: f3bb11bdb1f48ba00cca3c8f167d81db | |
| x-content-type-options: nosniff | |
| x-frame-options: SAMEORIGIN | |
| x-response-time: 51 | |
| x-transaction: 003563930087cc96 | |
| x-twitter-response-tags: BouncerCompliant | |
| x-ua-compatible: IE=edge,chrome=1 | |
| x-xss-protection: 1; mode=block; report=https://twitter.com/i/xss_report |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment