custom_header_blocklisted
One of the custom headers is reserved: the HTTP layer manages it (`host`, `content-type`, `content-length`, `user-agent`), Factuarea sends it as part of the signed contract (`factuarea-*`), or the proxy owns it (`x-forwarded-*`).
| Code | Type | HTTP | Category |
|---|---|---|---|
custom_header_blocklisted | invalid_request_error | 422 | Webhooks |
Cause
One of the custom headers is reserved: the HTTP layer manages it (host, content-type, content-length, user-agent), Factuarea sends it as part of the signed contract (factuarea-*), or the proxy owns it (x-forwarded-*).
What to do
Rename the header — x-my-app-token instead of a reserved one — or drop it if the platform already sends the information.
Related
All Webhooks error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.