I am currently storing files in Azure Blob and when I request files I get a message in firebug from 304 "Condition specified using conditional HTTP headers not fulfilled"
I looked at Azure Blob: βThe condition specified using conditional HTTP headers is not metβ and its a similar question, but I'm not reading the contents when using blob.openread, etc. I'm just trying to view the contents in a browser.
If I update the control (ctrl and f5) in firefox, I get a 200 response - so its maintenance is working correctly. I installed the cache control (max-age = 3600, public) in the file that I am returning, but still getting this error / notification.
My question is, should I worry that when I ask for the content to come back with this answer?
Any advice / thoughts that you have will be greatly accepted.
Thanks Steve
Steve source share