This tool is primarily designed to work with HTTP/3 MASQUE proxies. It supports various HTTP methods, customizable headers, request payloads.
To use the H3 script, ensure that you have Python 3.x installed on your system.
pip install git+https://github.com/luminati-io/h3-cli.git
- Basic GET request:
h3 https://example.com
- POST request with custom headers:
h3 POST https://example.com -H "User-Agent: CustomAgent" -H "Authorization: Bearer <token>" -d "name=John&age=30"
- GET request with proxy:
h3 https://example.com --proxy brd.superproxy.io:10001 --proxy-auth brd-customer-hl_xxx-zone-yyy:password