Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NS_ERROR_DOCUMENT_NOT_CACHED #120

Open
GoogleCodeExporter opened this issue Feb 8, 2016 · 1 comment
Open

NS_ERROR_DOCUMENT_NOT_CACHED #120

GoogleCodeExporter opened this issue Feb 8, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 26 Jun 2012 at 5:48

@GoogleCodeExporter
Copy link
Author

Just empty the Firefox cache in Tools->Options

However, this does not work anymore in FF19

Original comment by [email protected] on 6 Mar 2013 at 4:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant