Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryancnelson/3bb1fe1dc5b8924ae6071f30d5d98a62 to your computer and use it in GitHub Desktop.
Save ryancnelson/3bb1fe1dc5b8924ae6071f30d5d98a62 to your computer and use it in GitHub Desktop.
ryan@fjord ~ % curl -si https://ai-event.ted.com/ | head -5
HTTP/2 200
date: Fri, 05 Apr 2024 01:28:08 GMT
content-type: text/html; charset=UTF-8
link: <https://static.parastorage.com/>; rel=preconnect; crossorigin;,<https://static.parastorage.com/>; rel=preconnect;,<https://static.wixstatic.com/>; rel=preconnect; crossorigin;,<https://static.wixstatic.com/>; rel=preconnect;,<https://siteassets.parastorage.com>; rel=preconnect; crossorigin;,
etag: W/"d16103ea40da792ff68c119c370097d4"
ryan@fjord ~ %
ryan@fjord ~ %
ryan@fjord ~ %
ryan@fjord ~ %
ryan@fjord ~ %
ryan@fjord ~ % curl -si https://ai-event.ted.com/ | head -5
HTTP/2 200
date: Fri, 05 Apr 2024 01:28:10 GMT
content-type: text/html; charset=UTF-8
link: <https://static.parastorage.com/>; rel=preconnect; crossorigin;,<https://static.parastorage.com/>; rel=preconnect;,<https://static.wixstatic.com/>; rel=preconnect; crossorigin;,<https://static.wixstatic.com/>; rel=preconnect;,<https://siteassets.parastorage.com>; rel=preconnect; crossorigin;,
etag: W/"d16103ea40da792ff68c119c370097d4"
ryan@fjord ~ % curl -si https://tedai-sanfrancisco.ted.com/ | head -5
HTTP/2 301
date: Fri, 05 Apr 2024 01:28:42 GMT
content-length: 0
location: https://ai-event.ted.com/
strict-transport-security: max-age=86400
ryan@fjord ~ % curl -si http://tedai-sanfrancisco.ted.com/ | head -5
HTTP/1.1 301 Moved Permanently
Date: Fri, 05 Apr 2024 01:29:02 GMT
Content-Length: 0
Connection: keep-alive
location: https://ai-event.ted.com/
ryan@fjord ~ % curl -si http://ai-event.ted.com/ | head -5
HTTP/1.1 301 Moved Permanently
Date: Fri, 05 Apr 2024 01:29:13 GMT
Content-Length: 0
Connection: keep-alive
location: https://ai-event.ted.com/
ryan@fjord ~ %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment