Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to get help on how to connect httprequest with proxy string and user: pass.
I bought proxyrack.com residential proxies and they gave me something like this instead of classic IP auth.
premium.residential.proxyrack.net:7000

and then I have username and pass

What I have tried:

VB
Dim myProxy As New WebProxy("https://premium.residential.proxyrack.net:7000")
   myProxy.BypassProxyOnLocal = False
  myProxy.Credentials = New NetworkCredential("username", "password")


I tried also:
WebProxy("premium.residential.proxyrack.net:7000")

but in debug it shows no proxy and no user or pass

thank you for your help.
Posted
Updated 8-Feb-20 3:43am
v2
Comments
[no name] 8-Feb-20 14:20pm    
I had a code if you wait I will look and post you here
jana paluchova 8-Feb-20 14:22pm    
thx Pavel I can wait

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900