response from clientDependency handler has incorrect Content-Type
We are seeing this (in Chrome console) in one of our environments from an umbraco 7.2.2 site:
umbraco Refused to apply style from DependencyHandler.axd?t=Css Refused to execute script from DependencyHandler.axd?t=Javascript
Requests for css or javascript that are being handled by DependencyHandler.axd havet Content-Type header 'text/html' for the response. How is that happening?
response from clientDependency handler has incorrect Content-Type
We are seeing this (in Chrome console) in one of our environments from an umbraco 7.2.2 site: umbraco Refused to apply style from DependencyHandler.axd?t=Css Refused to execute script from DependencyHandler.axd?t=Javascript
Requests for css or javascript that are being handled by DependencyHandler.axd havet Content-Type header 'text/html' for the response. How is that happening?
Hi Charlie,
I suspect the call to the dependencyhandler returns a 500 error (or another status). Can you verify that ?
In that case it will return a error page, which has the mimetype text/html
Dave
Ok that might explain it. Of course. Let me see if I can verify that.
is working on a reply...