Skip to content

Instantly share code, notes, and snippets.

@njh
Created July 6, 2020 09:01
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 njh/ef9f36ffe9b67131023619da7da5230b to your computer and use it in GitHub Desktop.
Save njh/ef9f36ffe9b67131023619da7da5230b to your computer and use it in GitHub Desktop.
curl request for jsonldcontext.json
$ curl -v https://schema.org/docs/jsonldcontext.json
* Trying 2a00:1450:4009:80f::200e...
* TCP_NODELAY set
* Connected to schema.org (2a00:1450:4009:80f::200e) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
* subject: C=US; ST=California; L=Mountain View; O=Google LLC; CN=schema.org
* start date: Jun 17 14:30:49 2020 GMT
* expire date: Sep 9 14:30:49 2020 GMT
* subjectAltName: host "schema.org" matched cert's "schema.org"
* issuer: C=US; O=Google Trust Services; CN=GTS CA 1O1
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x1ec8ef0)
> GET /docs/jsonldcontext.json HTTP/2
> Host: schema.org
> User-Agent: curl/7.64.0
> Accept: */*
>
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
< HTTP/2 200
< access-control-allow-credentials: true
< access-control-allow-headers: Accept
< access-control-allow-methods: GET
< access-control-allow-origin: *
< date: Mon, 06 Jul 2020 08:52:09 GMT
< expires: Mon, 06 Jul 2020 09:02:09 GMT
< etag: "G8zMyg"
< x-cloud-trace-context: d9d32723b52da1964904021bc532895e
< content-type: application/json
< content-encoding: gzip
< server: Google Frontend
< content-length: 29266
< age: 62
< cache-control: public, max-age=600
< alt-svc: h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-25=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
<
Warning: Binary output can mess up your terminal. Use "--output -" to tell
Warning: curl to output it to your terminal anyway, or consider "--output
Warning: <FILE>" to save to a file.
* Failed writing body (0 != 1177)
* stopped the pause stream!
* Connection #0 to host schema.org left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment