KIP-56 — Allow cross origin HTTP requests on all HTTP methods
Accepted Connect
KIP-56 adds an `access.control.allow.methods` worker config to the Kafka Connect REST server so that CORS preflight responses include the operator-specified HTTP methods beyond the defaults (GET, POST, HEAD). Without it, browser-based tooling and dashboards cannot issue PUT, DELETE, or PATCH requests to the Connect REST API from a different origin.
Details
| Author | Liquan Pei |
| Status | Accepted |
| JIRA | KAFKA-3578 |
| Wiki | View on Apache Wiki |
| Created | 2016-04-18 |
| Last Modified | 2016-04-29 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.