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 12135 karma points MVP 9x 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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies