Testing Cache control headers
How to test the cache control headers from the browser?
eg
<LocationMatch "^/content/.*\.(html)$">
Header set Cache-Control "max-age=200"
Header set Age 0
</LocationMatch>
How to test this cache control header from browser network?