Hack the Cache

Cache plays an important role in modern web application. It helps web apps to deliver data faster, offload backend traffic. However, it also raise certain security issues if not configured properly. Normally, cache sits inside Reverse Proxy Server. So, before going deep how to hack cache, we first need to know what Reverse Proxy Server is and how cache works.