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
One of the problems with using POST is how Swagger UI inserts audio into the interface, which I use for auto-documentation endpoints and for quick and easy manual testing. swagger-api/swagger-ui#8378
There is also a difference between using POST and GET. GET requests can be cached by the browser, which is an advantage.
This problem seems impossible to fix using GET. Maybe I'll add support for POST request
It works:
I'm not sure if this should be fixed at all 🤔
And is it possible to do this in uvicorn?
The text was updated successfully, but these errors were encountered: