http.request.body.form
http.request.body.form
Map<Array<String>> The HTTP request body of a form represented as a Map (or associative array).
Populated when the Content-Type
header is application/x-www-form-urlencoded
.
The values are not pre-processed and retain the original case used in the request.
When a field repeats, then the array contains multiple items in the order they are in the request.
The return value may be truncated if http.request.body.truncated
is true
.
- Decoding: No decoding performed
- Whitespace: Preserved
- Non-ASCII: Preserved
Requires a Cloudflare Enterprise plan with a paid add-on.
Example value:
{username": ["admin"]}
Example usage:
any(http.request.body.form["username"][*] == "admin")
Categories:
- Request
- Body
Was this helpful?
- Resources
- API
- New to Cloudflare?
- Products
- Sponsorships
- Open Source
- Support
- Help Center
- System Status
- Compliance
- GDPR
- Company
- cloudflare.com
- Our team
- Careers
- 2025 Cloudflare, Inc.
- Privacy Policy
- Terms of Use
- Report Security Issues
- Trademark