Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cropalato/http2https


https://github.com/cropalato/http2https

Last synced: about 5 hours ago
JSON representation

Awesome Lists containing this project

README

        

# http2https

Basically it is been used with tcpdump to help me to troubleshoot HTTPS API calls.

## How to use that

### Without proxy

You can do something like:
```bash
./http2https -url https://ifconfig.info

```
### With proxy

You can do something like:
```bash
./http2https -url https://ifconfig.info -proxy http://localhost:3128
```