Skip to content

Instantly share code, notes, and snippets.

@parrotmac
Created March 7, 2023 23:56
Show Gist options
  • Save parrotmac/e21e434479a39e3f3f5fe200c0202d78 to your computer and use it in GitHub Desktop.
Save parrotmac/e21e434479a39e3f3f5fe200c0202d78 to your computer and use it in GitHub Desktop.
Log showing a different response for the same resource when requesting the resource via Comcast and T-Mobile

Log showing a different response for the same resource when requesting the resource via Comcast and T-Mobile

T-Mobile

Response Headers:

$ curl -fsSLD - -o /dev/null https://unpkg.com/graphiql@2.2.0/graphiql.min.js
HTTP/2 200
date: Tue, 07 Mar 2023 23:52:10 GMT
content-type: application/javascript; charset=utf-8
access-control-allow-origin: *
cache-control: public, max-age=31536000
last-modified: Sat, 26 Oct 1985 08:15:00 GMT
etag: W/"f1285-eBF4S5WYGFSC2ehDvwg7rGeUFPw"
via: 1.1 fly.io
fly-request-id: 01GTVPA0HNEH9PDFZRVJ7CJPE2-lax
cf-cache-status: HIT
age: 119033
strict-transport-security: max-age=31536000; includeSubDomains; preload
x-content-type-options: nosniff
server: cloudflare
cf-ray: 7a46c02c5f8b2b82-LAX

Content Size:

$ curl -fsSL -o - https://unpkg.com/graphiql@2.2.0/graphiql.min.js | wc -c
  987781

Comcast

Response Headers:

$ curl -fsSLD - -o /dev/null https://unpkg.com/graphiql@2.2.0/graphiql.min.js                                                         ✔  isaac@mdev
HTTP/2 200
date: Tue, 07 Mar 2023 23:52:44 GMT
content-type: application/javascript; charset=utf-8
access-control-allow-origin: *
cache-control: public, max-age=31536000
last-modified: Sat, 26 Oct 1985 08:15:00 GMT
etag: W/"f1285-eBF4S5WYGFSC2ehDvwg7rGeUFPw"
via: 1.1 fly.io
fly-request-id: 01GTYNGDYBTH94P76DTFWWNGVT-den
cf-cache-status: HIT
age: 19237
strict-transport-security: max-age=31536000; includeSubDomains; preload
x-content-type-options: nosniff
server: cloudflare
cf-ray: 7a46c0ff9d6d27d4-SLC

Content Size:

$ curl -fsSL -o - https://unpkg.com/graphiql@2.2.0/graphiql.min.js | wc -c                                                            ✔  isaac@mdev
349840
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment