Socks5 Proxy not working with Titanium.Web.Proxy library
I am using the Titanium.Web.Proxy library to set up a proxy connection in the format host:port:username:password
and convert it to IPlocal:port
. The HTTPS proxy works correctly, but the Socks5 proxy does not.
When I test the Socks5 proxy, it returns the local IP address instead of routing through the proxy. What am I missing or doing wrong in my implementation? Any help or suggestions would be greatly appreciated.