Cyber Security Lab
IT Security & IT Forensics Examples

Web Forensics

HTTP Headers

Influence of the HTTP headers on the resulting traces.

Exercise

Analyze the effects of the different HTTP headers on the creation of traces during a Fernish evaluation. Each page has a unique ID.

Is all data stored in the cache as usual when the HTTP header is set?

Which additional entries can be created by the HTTP headers in the web browser?

Exercise C: Cache-Control: no-store

ID: XCachControlNoStore

Solution of the exercise

This header has no effect because the statement refers to proxy and not to clients.



back