vronic / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Option to disable caching #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Send a request to a particular server
2. Shutdown that server
3. Re-send the request to the server that is now offline

What is the expected output? What do you see instead?

Expected "NO RESPONSE" but instead I get the same result of the first request.

What version of the product are you using? On what operating system?

Chrome Version 19.0.1084.46 on Ubuntu 12.10.

Please provide any additional information below.

If this is a result of caching, it would be great if we could enable/disable it 
as needed. Great app, by the way! Thanks

Original issue reported on code.google.com by scarvalh...@gmail.com on 23 May 2012 at 10:06

GoogleCodeExporter commented 8 years ago
I will check this later, but today. 
But now I working on completely new version so update will be available when I 
finish current work.

Original comment by jarro...@gmail.com on 23 May 2012 at 10:14

GoogleCodeExporter commented 8 years ago
I don't see any option to prevent browser from caching content using extension 
API.
I think only way to prevent this behavior is to disable cache in developer 
tools options. See 
http://stackoverflow.com/questions/5690269/disabling-chrome-cache-for-website-de
velopment discussion for more info.

Original comment by jarro...@gmail.com on 27 Sep 2012 at 4:10