middleman

Simplest proxy server to intercept, test, debug HTTP(S) requests

explore Middleman's
Features

Redirect Requests

Redirect outgoing requests to a different URL. Your browser will get response with Location header and 307 status code.

Modify Request and Response Body

Easily modify the body of response comong from server or request going to server using middleman.

Modify Request and Response Headers

Add, remove or override the header in response of request.

Cancel Request

Make certain resources teapots. Your browser will get response with 418 status code.

Add Delay

Emulate slow network connection. Your browser will wait for given seconds before getting response.

Download