jbnh Posted August 24, 2008 Posted August 24, 2008 Hello. I read that HttpSetProxy() works only for inetget. So there is no way to hit a webpage with a proxy, i mean HttpSetProxy(2, $proxy) $url = "http://google.com/" $object_IE = _iecreate($url,0,0,1) Thanks
Richard Robertson Posted August 24, 2008 Posted August 24, 2008 If you are gonna use a the IE UDF, you'll have to set the proxy on IE. HttpSetProxy is only for AutoIt's internal downloading system.
jbnh Posted August 24, 2008 Author Posted August 24, 2008 If you are gonna use a the IE UDF, you'll have to set the proxy on IE. HttpSetProxy is only for AutoIt's internal downloading system.You mean Tools> Internet Options >> connections tab >>"Lan Settings" >> Use a proxy server for your LAN" ?Is it possible to configure it with autoit thanks
Richard Robertson Posted August 24, 2008 Posted August 24, 2008 Yeah. I'm sure it's stored somewhere in the registry but you could also open the menu, click some buttons and automate the old fashioned way.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now