手机浏览 RSS 2.0 订阅 膘叔的简单人生 , 腾讯云RDS购买 | 超便宜的Vultr , 注册 | 登陆

"Content" tab issues NS_ERROR_DOCUMENT_NOT_CACHED on all POST/GET

首页 > Software >

在用httpfox抓包的时候,发现如标题发生的情况:"Content" tab issues NS_ERROR_DOCUMENT_NOT_CACHED on all POST/GET,
查询了一下,果然在官方的issue中发现了解决方案。再对比了一下我的设置,原来,我将一些Cache都关闭了,怪不得呢。

What steps will reproduce the problem?
1. Get the Firefox 3 Nightly build (tested with Gecko/2008051006)
 2. Run any POST or GET request
3. 
What is the expected output?
What do you see instead?
 expected the "Content" tab to display the responseXML/responseText, it displays "Error loading content (NS_ERROR_DOCUMENT_NOT_CACHED)"  What version of the product are you using?
 On what operating system?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008051006 Minefield/3.0pre 
Please provide any additional information below. hopwe this is an easy fix :)
very sad to have found it to replace bulky Firebug to find out it doesnt work :(.
------
回复如下:
please check the following firefox preferences: (this can be done with the "about:config" url) 
1) browser.cache.disk.enable make sure this is set to "true" (default: true) 
2) browser.cache.memory.enable make sure this is set to "true" (default: true) 
3) network.http.use-cache make sure this is set to "true" (default: true) 
4) browser.cache.disk_cache_ssl setting this to "true" should help getting the content of https requests. it is deactivated by default for security reasons. (default: false) (see http://kb.mozillazine.org/Browser.cache.disk_cache_ssl)

----

OK,问题解决。
http://code.google.com/p/httpfox/issues/detail?id=20




本站采用创作共享版权协议, 要求署名、非商业和保持一致. 本站欢迎任何非商业应用的转载, 但须注明出自"易栈网-膘叔", 保留原始链接, 此外还必须标注原文标题和链接.

Tags: firefox, httpfox

« 上一篇 | 下一篇 »

只显示10条记录相关文章

不同浏览器对回车提交表单的处理办法 (浏览: 27429, 评论: 0)
身为WEB开发人员,真是痛苦,ietester解决部分痛苦 (浏览: 27252, 评论: 5)
推荐一款插件:ScribeFire (浏览: 26686, 评论: 4)
又是swfupload惹的祸 (浏览: 26637, 评论: 0)
支付宝已支持 Linux 下的 Firefox (浏览: 24517, 评论: 0)
看上去不错:Chrome 扩展 Monster (浏览: 23948, 评论: 2)
浏览器的战争 (浏览: 23294, 评论: 3)
IE8来带的困惑:很遗憾,我没有升级到IE8 (浏览: 22107, 评论: 0)
QQ邮箱推出Firefox插件 (浏览: 21917, 评论: 0)
alipay的firefox扩展问题相关 (浏览: 21911, 评论: 0)

发表评论

评论内容 (必填):