CORS preflight (OPTIONS) returns 404 on /api/* — how to add a global preflight handler?

Hi,

HttpApi supports OPTIONS request itself so processing of OPTIONS is disabled on http server level.

check more at OpenAPI Specification - Version 2.0 | Swagger


some ideas for your case: