Martian Proxy is a programmable HTTP proxy designed to be used for testing. Martian is a great tool to use if you want to verify that all (or some subset) of requests are secure. Mock external services at the network layer. Inject headers, modify cookies or perform other mutations of HTTP requests and responses. Verify that pingbacks happen when you think they should. Unwrap encrypted traffic (requires install of CA certificate in browser) By taking advantage of Go cross-compilation, Martian can be deployed anywhere that Go can target. Martian Proxy added support for Go modules since v3.0.0. If you use a Go version that does not support modules, this will break you. The latest version without Go modules support was tagged v2.1.0. For logging of requests and responses a logging modifier is available or HAR logs are available if the -har flag is used. Once Martian is running, you need to configure its behavior.
Features
- Verify that all (or some subset) of requests are secure
- Mock external services at the network layer
- Inject headers, modify cookies or perform other mutations of HTTP requests and responses
- Verify that pingbacks happen when you think they should
- Unwrap encrypted traffic (requires install of CA certificate in browser)
- Martian Proxy added support for Go modules since v3.0.0