Dubious
Feb 26th, 2000, 07:15 AM
I am creating a web browser that needs to access a proxy server in order to restrict navigation to the web browser object. I tried with Winsock but still experienced problems. Can Anyone Help With This?
Ive been trying something like this:
With Inet1
.AccessType = icNamedProxy
.Proxy = "HTTP=208.219.16.252:8080"
.URL = "http://www.nasdaq.com"
End With
WebBrowser1.Navigate Inet1.URL
(http://www.nasdaq.com is not on the white list) I should get an access denied or forbidden.
Please help.
dubi
Ive been trying something like this:
With Inet1
.AccessType = icNamedProxy
.Proxy = "HTTP=208.219.16.252:8080"
.URL = "http://www.nasdaq.com"
End With
WebBrowser1.Navigate Inet1.URL
(http://www.nasdaq.com is not on the white list) I should get an access denied or forbidden.
Please help.
dubi