How do you tell in Firebug what URL is throwing a 404 Not Found error in the Net Tab?

六月ゝ 毕业季﹏ 提交于 2019-12-11 06:36:24

问题


I know this has been discussed in this topic: In Firebug 1.6.0, how do you tell what url triggered a 404 error?, but I'm thinking my situation is a little bit different. When I look at the net tab it shows the GET is referring to the 404 Not Found page. Here's a screenshot:

http://www.fsclive.com/images/FirebugGrab.jpg

The odd thing is if you go to this page, it works just fine and there is no issue accessing this page. I'm wondering if it's pointing to the 404 Not Found page only after it can't access whatever script or object that it's trying to access to begin with.

So my main questions are what could be causing this and how can I tell what the original request was that may have redirected to the 404 page after not being able to find it?

Thanks for any help/ideas!


回答1:


how can I tell what the original request was

Firebug is currently not able to display the initiator of a network request, because Firefox doesn't provide the necessary API yet. See issue 1911 and the corresponding Mozilla bug 563623 for more info on this.

You can disable the redirection to the custom 404 page in your development environment, so the original URL is displayed within the Net panel.

what could be causing this

Checking with Web Inspector showed that on the home page of davincilabs.com I get a 404 error for "http://www.davincilabs.com/davincicon/themes/DV_form_modern_black/galleria/galleria-1.2.6.min.js".



来源:https://stackoverflow.com/questions/19520280/how-do-you-tell-in-firebug-what-url-is-throwing-a-404-not-found-error-in-the-net

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