VB.NET WebClient Proxy Issue...

Wava McKenzie

New member
Joined
Apr 10, 2024
Messages
10
Points
1
I have been working on a small application that can crawl Google to show some of the search engine results pages and the WebClient normally connects fine, but after trying to connect to Google thru the WebClient proxy property, it just isn't connecting properly. Here's the code that I'm working with:
I know that I have found proxies that should work with Google as I've clearly tested them in my Google Chrome browser to see if they're dead or alive, but when I try to connect in my own application through the WebClient proxy setup, I keep getting the following error messages:

"Unable to connect to the remote server"

OR

"(503) Server Unavailable"

What am I missing? Could it be the headers are not fully configured or some other properties? Would appreciate any ideas
 
Top