Explore >> Select a destination


You are here

techblog.thescore.com
| | www.mnot.net
3.1 parsecs away

Travel
| | A long, long time ago, I wrote some tests using XmlHttpRequest to figure out how well browser caches behaved, and wrote up the results.
| | carlos.bueno.org
4.1 parsecs away

Travel
| | [AI summary] A blog post from 2008 discussing a critical HTTP cache poisoning vulnerability via Host Header Injection, highlighting its widespread impact and mitigation strategies.
| | www.integralist.co.uk
2.5 parsecs away

Travel
| | Introduction Caching is hard. Let's try and understand it a little better. Note: some sections are purposefully brief. I'm not aiming to be a specification document. Caching at multiple layers Caching can occur at both a 'client' level and a 'cache proxy' level. Consider the following request flow architecture diagram... In the above diagram, the "CDN" is a 'caching proxy' and so caching can (and of course does) happen there.
| | paul.fawkesley.com
33.5 parsecs away

Travel
| [AI summary] The article explains how to respect users' privacy by disabling Google Analytics for those who have enabled the Do Not Track HTTP header, providing a code snippet to achieve this.