热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

关于错误ResourceinterpretedasScriptbuttransferredwithMIMEtypetext_html

关于错误ResourceinterpretedasScriptbuttransferredwithMIMEtypetext_html,Go语言社区,Golang程序员人脉社
Created by Jerry Wang, last modified on Aug 03, 2014

某ui component里的Javascript不work,通过Chrome F12 Console检测到错误: Resource interpreted as Script but transferred with MIME type text/html:
image

出现错误的Javascript file 的status为200,
image

但是response显示content-length又为0.
clipboard3

直接在浏览器里输入js url也无法访问该文件:

https://ag3:44354/sap(bD1lbiZjPTAwMSZkPW1pbg==)/bc/bsp/sap/bspwd_cmp_test/jquery_1.7.1.js

因为mime repository里bspwd_cmp_test folder下并无对应的jquery文件。
clipboard4
通过debug寻找http 200response的设置位置:
clipboard5
因为查找不到对应的js 文件,返回Resource Not Found的error:
clipboard6


推荐阅读
author-avatar
冰柠V
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有