These requests were made with the help of a minimal actix server that I built to test this:
rapidoc.tar.gz
This gzip file also contains a Swagger-Ui version of the api docs. It has the same problem, but the "encoding trick" works (not completely)
Am I missing something? I'm having a lot of problems with this little thing.
Here is a quote from the OpenAPI docs:
That's not what I'm seeing in this example request:
Adding encoding doesn't work:
These requests were made with the help of a minimal actix server that I built to test this: rapidoc.tar.gz This gzip file also contains a Swagger-Ui version of the api docs. It has the same problem, but the "encoding trick" works (not completely) Am I missing something? I'm having a lot of problems with this little thing.