tiles.overturemaps.org returns CloudFront 403 for requests with my Referer #557
Thibault Durand (tdurand)
started this conversation in
Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello 👋
I run https://maps3d.io , where I render 3D models from overture data. I am facing the following issue since 2026-08-03:
CloudFront returns
403 / Request blocked.for any request totiles.overturemaps.orgcarrying a Referer from our domain,maps3d.io. The same request with no Referer, or with any other site's Referer, returns206.Reproduction
206https://example.com/206https://maps3d.io/403How do we use this ?
We read the
base,buildingsandtransportationPMTiles from the browser with thepmtileslibrary: range requests for the header, the directory, then the tiles covering one user-selected bounding box, capped per area. Nothing crawled or mirrored in bulk. URLs resolved throughstac.overturemaps.org.Workaround
We now read from
overturemaps-extras-us-west-2.s3.us-west-2.amazonaws.com/tiles/{release}/{theme}.pmtiles, which is not blocked , but would like a better workaroundQuestion
I would like to know if this is an intentional block on our domain, and if so what triggered it? Happy to change our usage if something about it tripped the rule.
Have a great day
Thibault
All reactions