-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Missing Last-Modified Header #514
Comments
You're welcome to provide a Pull Request for that. |
Hey community! I'm currently working on the infrastructures abstraction framework like parse and so would like to start contributing to this project. As a first light task I could take this one, it's old, doesn't seems to be that difficult, but it have a lack of informations as: Does you need parse to give you the last-modified headers on each requests globally or do you only need it on some specific endpoint like file object ? I know that there is a limited set of contributors available and hope to give a hand. |
Hi @flovilmart, nice to read a response on this topic. I would rather look at the following points: I am asking that to be able to know what is the scope of the fix and what endpoint should I inspect and fix if needed. About your own answer, from my experience with object storage backend like S3 or Swift (Openstack) they do send a 304 Not Modified HTTP Response when an object didn't was updated. As it is a defacto way to do things and that most of the biggest CDN like Akamai and CloudFlare are somehow expecting it, I think that I'll try to add this feature. |
Haven't seen any push towards handling 304s lately. @ArKam are you still working on this? I'm closing this out pre-emptively as it seems to have hanged, but if you are let me know and we'll reopen this. |
Hi @montymxb I'm really sorry, I didn't had time to work on it, I'll try to have something during my next holidays, for now consider it as close, I'll do a push with this issue ID as soon as I'll get time. |
@ArKam all good, whenever you have time. |
I am trying to get 304 Not Modified behavior working through Akamai in front of Parse, but they require both ETags and the Last-Modified header. Is there any reason the Last-Modified header is not coming through. Thanks!
The text was updated successfully, but these errors were encountered: