I get an HTTP Status 304 when loading SVG's into my webpage using IE9. The SVG's have never been loaded before so they should not be in the cache.
I have read alot of topics and so far I've tried fiddling with the IE 9 options and adding meta
tags.
I've also read that appending a random string to your HTTP request can solve the problem. For example
"?string=Randomstring"
However I'm not sure how to do this since the request is triggered by an img
tag.
When I open the url to the svg it displays fine. Is there anything else I can try?