IngressController_receive_head
HEAD/api/ingress/:pluginId/:instanceId/:path
IngressController_receive_head
Request
Responses
- 200
- 202
- 401
- 403
- 404
- 413
- 429
GET verification challenge echo, or a duplicate delivery already persisted (idempotent re-delivery). Not the primary success path — see 202.
Webhook accepted and queued for async plugin processing (the primary success path).
Signature verification failed (missing, stale, or wrong secret).
GET verification challenge failed (verifyToken mismatch).
Unknown pluginId/instanceId, or no route claimed by the plugin.
Request body exceeds the route maxBodyBytes limit.
Rate limit exceeded: the per-instance bucket (INGRESS_INSTANCE_LIMIT) or the per-client-IP bucket (INGRESS_IP_LIMIT). The Retry-After-instance / Retry-After-ingress-ip header names which one shed the request.