Skip to content
Sdump on GitHub

SSH meets TUI

Introspect, inspect and debug your webhooks or HTTP requests

Most public HTTP requests bin require you to visit some website or download a binary to your machine. For users that are chronically using their terminal or even on a newly set up machine, it can be quite an hassle to set up these requests bin. Sdump instead works without needing a website or binary install. It uses plain old SSH which is available pretty much everywhere.

ssh -t -p 2222 ssh.sdump.app

You can also proxy the request to your local server by running the below command where 4200 is an example port

ssh -t -p 2222 ssh.sdump.app http 4200