dosgo / ngrok-c

ngrok client for c language,Due to the use of GO ngrok language development, porting to embedded devices some inconvenience, such as openwrt, so use C language rewrite a client. Very mini, the need to support polarssl library.
MIT License
496 stars 203 forks source link

seems not support HTTP basic Authentication? #76

Closed fr0zenrain closed 3 years ago

fr0zenrain commented 5 years ago

i'am used Atoken, but it seems not work.HTTP tunnel is ok.

dosgo commented 5 years ago

yes, not support HTTP basic Authentication.Modify the SendReqTunnel function to achieve, add a parameter

dosgo commented 5 years ago

v1.54 support HTTP basic Authentication.