jware / httpfox

Automatically exported from code.google.com/p/httpfox
GNU General Public License v2.0
0 stars 0 forks source link

NS_ERROR_DOCUMENT_NOT_CACHED #120

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get the Firefox 13.0.1
2. Run jQuery AJAX GET request
3.

What is the expected output? What do you see instead?
Response of server side script

What version of the product are you using? On what operating system?
HttpFox 0.8.11, Firefox 13.0.1, Windows 7 Professional SP1

Please provide any additional information below.
Hi, sometimes I get this message: Error loading content 
(NS_ERROR_DOCUMENT_NOT_CACHED) when I click in "Content" tab in a GET request.

I have checked below settings, and everything is like said

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)

Congrats for the work, this is a great addon, would be better without this bug 
(if it is a bug..)

Original issue reported on code.google.com by glauco.c...@gmail.com on 26 Jun 2012 at 5:48

GoogleCodeExporter commented 9 years ago
Just empty the Firefox cache in Tools->Options

However, this does not work anymore in FF19

Original comment by dau.muie...@gmail.com on 6 Mar 2013 at 4:20