Created
August 24, 2020 22:21
-
-
Save nottrobin/834870b3eb82e8a9bbeebae2d066b4d1 to your computer and use it in GitHub Desktop.
Curl Ubuntu Boston
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
$ curl -I --resolve 91.189.91.44:443:ubuntu.com https://ubuntu.com | |
HTTP/2 200 | |
server: nginx/1.14.0 (Ubuntu) | |
date: Mon, 24 Aug 2020 22:21:24 GMT | |
content-type: text/html; charset=utf-8 | |
content-length: 68552 | |
vary: Accept-Encoding | |
strict-transport-security: max-age=15724800 | |
cache-control: max-age=61, stale-while-revalidate=90 | |
x-view-name: canonicalwebteam.templatefinder.templatefinder.template_finder | |
x-vcs-revision: 1598280979-5ddd6bd | |
x-request-id: 6261da47fb4e0cb2cd6fe531c527dd5b | |
link: <https://assets.ubuntu.com>; rel=preconnect; crossorigin, <https://assets.ubuntu.com>; rel=preconnect, <https://res.cloudinary.com>; rel=preconnect | |
x-cache-status: HIT from content-cache-gs2/1 | |
accept-ranges: bytes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment