Firebug console error HTTP 407 Proxy Authentication Required

旧时模样 提交于 2020-01-02 00:56:11

问题


I am behind a proxy at work (using NTLM authentication). Whenever I load up a page, my Firebug console gets flooded with messages like this:

"NetworkError: 407 Proxy Authentication Required - http://somewebsite/Scripts/jquery-1.8.2.min.js"

It does that for all URLs referenced on that page: JS, CSS, Image, whatnot.

The annoying thing is that the file is actually successfully loaded. It seems that Firefox hits the 407 Error, spams the log and then loads it anyway with the NTLM credentials.

Is there any way I can stop these useless errors from showing up, so they don't drown out the console messages I'm actually interested in?


回答1:


If your using Firefox you can following the tutorial here and change the 'network.websocket.enabled' flag to false to avoid this issue.



来源:https://stackoverflow.com/questions/13044254/firebug-console-error-http-407-proxy-authentication-required

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!