Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP HEAD requests fail for MBTiles download #28

Closed
willwhite opened this issue May 10, 2011 · 2 comments
Closed

HTTP HEAD requests fail for MBTiles download #28

willwhite opened this issue May 10, 2011 · 2 comments
Milestone

Comments

@willwhite
Copy link

MBTiles download endpoints do not respond to HEAD requests.

@yhahn
Copy link
Contributor

yhahn commented Jun 6, 2011

Looked into this briefly, it looks like something is intercepting these requests before it hits the download route (I tried adding a use middleware and could not log HEAD requests). Requires further study.

Out of curiosity, what is concretely affected by not being able to make HEAD requests here?

@incanus
Copy link
Contributor

incanus commented Aug 17, 2011

The iPad app will be affected here. I am seeing this periodically, with a HTTP 502 from CloudFront on certain files. The iPad app uses HEAD requests to determine download size so that progress can be shown when downloading MBTiles in the app.

@tmcw tmcw closed this as completed Apr 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants