I have to fetch content of some urls by using proxies from a list.
All proxies requires authentication (i have username and passwords as well).
Problem is i don't have curl installed on server , so can't use curl.
I tried using sockets but having problem using that.
Any help is appreciated .