fastapi-httpbin icon indicating copy to clipboard operation
fastapi-httpbin copied to clipboard

HTTP Endpoints for easy testing of your app.

Results 3 fastapi-httpbin issues
Sort by recently updated
recently updated
newest added

The spec file at /openapi.json appears to have some problems when loaded from the latest image at docker.io/dmuth1/fastapi-httpbin:latest. It fails to validate in an enforcement tool and editor.swagger.io reports the...

A few days ago I noticed https://httpbin.dmuth.org/ started hanging for no reason. My dashboards would look like this: ![Screenshot by Dropbox Capture](https://github.com/dmuth/fastapi-httpbin/assets/374060/c9f6aacc-5df0-4b08-b09a-f3a253732f7a) ![Screenshot by Dropbox Capture](https://github.com/dmuth/fastapi-httpbin/assets/374060/5a5e152d-7256-4447-a63d-465999da6ecf) ...and I started seeing...

In Progress

It appears that, unlike `httpbin`, `fastapi-httpbin` consistently interprets a urlencode payload in a `POST` request as JSON. When a `POST` request is sent to `httpbin`, with the following command: ```...