An open API service indexing awesome lists of open source software.

https://github.com/hatoo/https-mitm


https://github.com/hatoo/https-mitm

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# https-mitm

An example for Man-in-the-Middle Proxy on HTTPS connection.

# Usage

```
cargo run
curl https://www.google.com --insecure -x http://localhost:3000
```

You can view the request and response in the console.