Bill
Results
2
issues of
Bill
Hackney just support basic proxy-authenticate, but this is not enough. We know that many corporation proxy server do `NTLM` or `Kerberos` or `Negotiate` proxy authenticate, rather than basic authenticate. So...
enhancement
connection
proxy
Hi, In windows's path have spaces, so open_port cannot work. Can be solved in the following way: Fullname = have_blank(filename:nativename(filename:absname(Filename))) % in erlport_options 252 have_spaces(FullName) -> case string:str(FullName, " ")...