# Page Not Found

The URL `docs/middlewares/csrf` does not exist.

You might be looking for one of these pages:
- [跨域请求攻击（CSRF）](https://go-macaron.com/zh-cn/middlewares/csrf.md)
- [Cross-Site Request Forgery](https://go-macaron.com/middlewares/csrf.md)
- [缓存管理（Cache）](https://go-macaron.com/zh-cn/middlewares/cache.md)
- [验证码服务](https://go-macaron.com/zh-cn/middlewares/captcha.md)
- [会话管理（Session）](https://go-macaron.com/zh-cn/middlewares/session.md)

## How to find the correct page

1. **Browse the full index**: [/sitemap.md](https://go-macaron.com/sitemap.md) - Complete documentation index
2. **View the full content**: [/llms-full.txt](https://go-macaron.com/llms-full.txt) - Full content export

## Tips for requesting documentation

- For markdown responses, append `.md` to URLs (e.g., `/zh-cn/middlewares/csrf.md`)
- Use `Accept: text/markdown` header for content negotiation