XML DOM SetProxy
I am looking at use the XML SetProxy as I am having DNS issue, so I would like to use the IP to connect.
What the easiest way to do this?
I've tried ..
.setProxy 2, "XX.XX.XX.XX", ""
开发者_开发技巧
But it doesn't seem to work, can anyone point me in the right redirection?
Have you tried
oXMLHTTP.setProxy 2, "http=myProxyServer:80", ""
精彩评论