Expose a local server to the internet by establishing an SSH connection to serveo.net. For example: ssh -R 80:localhost:8888 serveo.net A subdomain will be assigned to you, then any requests to that subdomain will be forwarded to a server running on port 8888 of the client's machine. You can also examine HTTP requests and responses and replay requests.

