> For the complete documentation index, see [llms.txt](https://kashz.gitbook.io/kashz-jewels/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kashz.gitbook.io/kashz-jewels/tricks/403-forbidden-waf-bypass.md).

# 403 forbidden waf bypass

For pages that

* **Forbidden (403)**
* **requires request from localhost**
* **WAF in between**

```bash
# add HTTP Header
X-Forwarded-For: localhost
```
