Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • charlie black 33 posts 106 karma points
    Jun 22, 2018 @ 17:06
    charlie black
    0

    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?

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Jun 22, 2018 @ 17:16
    Dave Woestenborghs
    0

    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

  • charlie black 33 posts 106 karma points
    Jun 22, 2018 @ 19:21
    charlie black
    0

    Ok that might explain it. Of course. Let me see if I can verify that.

Please Sign in or register to post replies

Write your reply to:

Draft