← All guides SECURITY · 403 Forbidden

Firewall or Security Rules Blocking Real Visitors

$ curl -I https://example.com HTTP/1.1 403 Forbidden

A site can be fully online and still turn real visitors away if a firewall, Web Application Firewall (WAF), or bot-protection rule is set too aggressively. This tends to look different from a true outage: some visitors get through fine while others are blocked.

Signs it's a firewall or security rule, not a real outage

Where these rules commonly live

How to fix it

  1. Check your CDN or hosting dashboard's security/WAF section for recently added rules, and temporarily disable ones you don't remember setting on purpose.
  2. Check bot-protection sensitivity settings — an aggressive setting can flag ordinary browsers as bots, especially visitors using a VPN or privacy-focused browser.
  3. Review rate-limiting rules if the block started during a traffic spike; a limit that's too tight for legitimate use is a common cause.
  4. If you manage the server directly, review recent changes to firewall rules and confirm the ports and IP ranges you expect are actually open.
Quick checklist
  • Confirm it's inconsistent across visitors, not a total outage
  • Check CDN/WAF dashboard for recently changed rules
  • Review bot-protection and rate-limit sensitivity
  • Check server-level firewall rules if self-managed