SiteAlertAI SiteAlertAI
๐Ÿ›ฐ Web Scan ๐Ÿ”’ SSL/TLS ๐Ÿ“ฌ MX Record โœ‰ Email Header ๐ŸŽฃ URL Check ๐ŸŒ IP Geo
๐Ÿ›ฐ Web Scan ๐Ÿ”’ SSL/TLS ๐Ÿ“ฌ MX Record โœ‰ Email Header ๐ŸŽฃ URL Check ๐ŸŒ IP Geo
โ† All articles
Web Security 2026-02-17 ยท 4 min read

Risky HTTP Methods: Why PUT, DELETE and TRACE Should Be Disabled

HTTP defines several request methods beyond the everyday GET and POST. Most public web servers only need GET, POST and HEAD โ€” yet many leave others enabled, widening the attack surface.

The methods that matter

  • PUT / DELETE โ€” can let an attacker upload or remove files if write access is misconfigured.
  • TRACE / TRACK โ€” can be abused in cross-site tracing attacks to steal headers.
  • OPTIONS โ€” harmless in itself but reveals which methods are allowed.

How to lock down

Restrict your server to the methods your application actually uses. In Apache use <LimitExcept GET POST HEAD> with Require all denied; in Nginx return 405 for anything outside an allowlist. The web scan reports exactly which methods your server answers.

Put this into practice
Run a free, private scan โ€” no login, nothing stored.
๐Ÿ›ก Web Scan ๐Ÿ”’ SSL/TLS ๐Ÿ“ฌ MX & Email ๐ŸŽฃ URL Check

Related articles

Web Security What Is a Web Application Firewall (WAF) and Do You Need One? A WAF filters malicious traffic before it reaches your app. Learn what it catches, what it does not, and when it is worth it. Web Security Open Ports: What They Reveal and Which Ones to Close Every open port is a potential door. Here is how to think about port exposure and reduce your attack surface. Web Security CVEs and Outdated Software: Why Version Numbers Matter A known vulnerability in an unpatched server is the easiest way in for attackers. Here is how CVEs work and how to stay ahead.
SiteAlertAI · © 2026 All rights reserved · Built for security professionals and developers.
Blog Guides Privacy Terms About Contact Social

⚠ For authorised security testing only. Scanning domains you do not own may violate laws in your jurisdiction. SiteAlertAI accepts no liability for misuse. CVE data is indicative โ€” verify with NVD.