If I'm sitting inside a corporate firewall and I'm seeing unexpected (ie, out of date) responses to HTTP requests. What are methods for determining whether there is a cache sitting somewhere between me and the origin server I am attempting to contact?

Should cache servers add extra HTTP headers to identify themselves?

link|improve this question

25% accept rate
feedback

2 Answers

A well-behaved proxy will include the "Via:" http header with the response. Either use a browser add-on for looking at response headers, or just Wireshark the traffic.

link|improve this answer
feedback

Your system administrator should be able to assist. Ask them to check the proxy logs after you've visited the website.

You might also want to delete your temporary files; there's a slim chance the old data is being returned from you PCs cache.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.