ipfs / public-gateway-checker

Checks which public gateways are online or not
https://ipfs.github.io/public-gateway-checker/
Other
1.67k stars 353 forks source link

w3s.link path gateway does redirect to subdomain gateway #542

Open olizilla opened 6 months ago

olizilla commented 6 months ago

requests to w3s.link for an ipfs path are redirected to a cid subdomain.

$ curl https://w3s.link/ipfs/bafybeih5vqf7w376d3qs3xse7kw4glsyoqmjkkxc622mtirafb7nguwzmu -I
HTTP/2 301 
date: Fri, 23 Feb 2024 16:45:00 GMT
location: https://bafybeih5vqf7w376d3qs3xse7kw4glsyoqmjkkxc622mtirafb7nguwzmu.ipfs.w3s.link/
access-control-allow-origin: *
access-control-expose-headers: Link
server-timing: request;dur=0
server: cloudflare
cf-ray: 85a0efcd49147701-LHR

but the checker shows w3s.link with a ⚠️ for Origin isolation

Screenshot 2024-02-23 at 16 48 01

is w3s.link doing something wrong? If so, let us know and we will fix it. As far as we are aware we're doing the origin isolation redirect best practice.