Alternatives
Products that do what DrHTTP – Stop guessing the HTTP payloads that went through your APIs does
DrHTTP (https://drhttp.com/) provides a simple web UI showing all http requests & responses (including full payloads) that flowed in your server. Let's say you (backend developer) run a json over rest API in production. A client opens a ticket saying he received wrong data 3 days ago at 10:00 am. You see no exception in your reporting tool (sentry, newrelic, etc.), you don't have business oriented logs for this situation, current data in your DB looks fine, I think you might get value from the http payload of the user. DrHTTP gives it to you. I'm at a point where I have a…
- 1

- 2

- 3IR
Sharing an internal tool that accelerated my development work 10-fold, especially with API debugging. Thought fellow developers here might find it useful. As a developer, I often have trouble reproducing errors at the client end. https://intercept.rest lets me debug and monitor API requests and responses. It is similar to the Network tab in Chrome Developer Tools but works for any API: mobile apps, webhooks, frontend etc. After I shared it with a close circle of friends, they found it incredibly useful and even found new use cases, I never imagined. Been a long time lurker here and…
2018
- 4

- 5

- 6

- 7

- 8

- 9

- 10

- 11

- 12
- 13

- 14

- 15AA
We launched an API for custom hostnames today. A simple HTTP post with a hostname gets a temp hostname with CNAME/a record instructions, as soon as DNS is setup we issue SSL and start accepting traffic for that hostname. It's the quickest way we know of to provision custom hostnames: https://fly.io/mix/custom-hostnames/ When we started building Fly, we figured it was too late to "make SSL easy and the customers will come". Lets Encrypt changed the world, and we knew many companies rolling their own SSL support with nginx, Traefik, etc, etc. It seemed like a…
2017
- 16

- 17

- 18IW
It's inspired by this comment I made: https://news.ycombinator.com/item?id=26599746. I actually saw several comments with HTTP URL posted, and that was the only one I bothered to comment on. So I thought that this is something better suited for bots than human. I hacked this together over yesterday and today: https://github.com/fishy/https-bot. Basically it uses the Firebase API (https://github.com/HackerNews/API) to find comments with HTTP URLs in them, try the HTTPS version, compare the contents, post back a comment if the contents are…
2021
- 19SE
I recently wanted to test how a part of a web app responded to a 502 HTTP status code from a remote site from which it was pulling data. When I came to test it, the remote site was working fine, but I still wanted the 502. So I created statuscoder, just append your desired status code to the URL and it'll respond with that code. http://statuscoder.com It's my first single-use project and I like its simplicity - it does one job and (hopefully) does it well. Is there anything else that you'd want to see it do?
2012 · statuscoder.com
- 20

- 21

- 22TA
Select anything on a website. If it is part of a table or a list, you get a URL which you can GET for a JSON representation of that list or table. Basically we are making an API for every website whether they like it or not.
2013 · ec2-54-211-79-18.compute-1.amazonaws.com
- 23HA
2015 · github.com
- 24IH
A simple Go-based HTTP proxy designed for detailed inspection of requests and responses. It logs traffic to the console with colorization, automatic decompression, and formatting for common content types, while remaining transparent to the client application. Ideal for debugging API interactions, understanding middleware behavior, or simply getting a clear view of HTTP traffic flow with jq-like pretty-printing & colorization of request/response. Automatically redacts parts of Authorization header to avoid token leakage.
2025 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →