Here is a sample page having an issue:
http://estorkdelivery.com/template/view/69
Our website serves up a template preview. Once you enter text information and tab out of a field, the website serves up an updated preview of the image with the text added to the field.
When the server returns this image:
http://estorkdelivery.com/file/preview/verify_token:149505eb811f8856a12ec6e71e2932f082a97edf
It shows up broken with the following message in my console:
Resource interpreted as Image but transferred with MIME type text/html: http://estorkdelivery.com/file/preview/verify_token:149505eb811f8856a12ec6e71e2932f082a97edf
Trying to cover all bases, I've verified the server has the following MIME types set:
application/x-javascript .js
image/jpeg jpeg jpg jpe
image/png png
I'm not sure why this is happening. I was wondering if someone could help me troubleshoot. Any ideas?
Thanks!
Update 04/27/2012 - My question was marked down, but I have done research on this issue. If this question doesn't merit an answer, can someone at least point me in the direction I need to go in order to continue troubleshooting? I don't ask questions lightly and I have read plenty of similar issues on StackOverflow to find myself still with the same problem. It's discouraging to be marked down without a polite explanation. Thanks.
verify_tokenresource handled? Is it routed to a script? Please provide more detail. – eggyal May 18 '12 at 13:17