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.
Per-instance rate limit exceeded (INGRESS_INSTANCE_LIMIT).