Web Server Configuration Audit
From WikiMLT
HTTP2 and GZip CLI test
Test whether GZip and HTTP2 are enabled.
curl -H "Accept-Encoding: gzip" -I --http2 https://metalevel.tech
wget2 --http2 --header='Accept-Encoding: gzip' -S https://metalevel.tech -O /dev/null
Audit resources
- Qualys SSL Labs
- Security Headers
- VirusTotal URL Scanner
- Google PageSpeed Insights
- Pingdom Website Speed Test
- How to Check Whether Gzip Compression is Working
Manuals and References