开发者

XML DOM SetProxy

开发者 https://www.devze.com 2023-03-29 05:03 出处:网络
I am looking at use the XML SetProxy as I am having DNS issue, so I would like to use the IP to connect.

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", ""
0

精彩评论

暂无评论...
验证码 换一张
取 消