bdy tunnel http
$bdy tunnel http|HTTP [options] [protocol://host:port]
Starts a tunnel listening for HTTP/HTTPS traffic with a specific hostname.
Examples
Start http tunnel on port 80bdy tunnel http 80$
Start named http tunnel and serve local directorybdy tunnel http -n name -s /path/to/dir$
Start http tunnel, whitelist ip and turn on on basic authbdy tunnel http https://myhost.com -w 1.1.1.1 -a user:pass$