sockets - Java URL with Socks4 Proxy -


my problem can't use socks4 proxies urls because of bug in java. give me malformed reply socks server exeption.

what i've tried:

url url = new url("https://google.com"); urlconnection con = url.openconnection(p);

i've tried several proxies make sure proxy not dead.

sorry bad english :d.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -