mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-03-12 17:51:53 +08:00
288 B
288 B
Remove Fingerprints
Remove fingerprinting headers (i.e. x-powered-by etc) from the HTTP request.
Fingerprinting headers can be used to identify the web server and its version. This information can be used by attackers to identify vulnerabilities in the web server and exploit them.