You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we get cornice_swagger to work we could provide the OpenAPI documentation for the path at this endpoint with almost no effort, but if we want to support it, it would be a good idea to change a bit the design of #1033. Opinions?
I think providing the OpenAPI documentation for an endpoint is the easiest way to solve this issue, but I don't think solving this issue is itself the highest priority.
With django rest framework, that's what we obtain with
OPTIONS
:On Kinto (via Cornice), we have a 400 if we don't provide CORS headers:
Providing the required headers, we only receive
null
:It would be nice if we'd mimic what DRF does!
Related: #631 swagger
/cc @almet
The text was updated successfully, but these errors were encountered: