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

HTTP Endpoints for easy testing of your app.

Results 5 fastapi-httpbin issues
Sort by recently updated
recently updated
newest added
trafficstars

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: ```...

Sometimes one wants a transparent QR code, for example to prevent the white QR code's background from standing out on a piece with a different-color background. Suggested solution: Allow export...

1. foreground/background colour from hex code 2. non-URL outputs 3. update note on 'tracking' with suggestion to use bit.ly → advising users to include UTM fields in their URL? seems...

enhancement