Jump to content

Setting/disabling/reading HTTP proxy?


 Share

Recommended Posts

By http proxy I'm assuming the setting in tools...internet options, connections, lan settings right? Is it not possible to do a script that navigates through control click the menu changing or 'reading' what you want?

Also I did some snooping around and found this...

http://msdn2.microsoft.com/en-gb/library/aa384069.aspx

Its about using proxycfg.exe which is a commandline proxy configuration tool. I didn't get that much into it but it might be useful.

Also check out the registry under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings

Looks like there are some proxy settings in there as well. Hopefully this was some help.

Andrew

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
Link to comment
Share on other sites

By http proxy I'm assuming the setting in tools...internet options, connections, lan settings right? Is it not possible to do a script that navigates through control click the menu changing or 'reading' what you want?

Also I did some snooping around and found this...

http://msdn2.microsoft.com/en-gb/library/aa384069.aspx

Its about using proxycfg.exe which is a commandline proxy configuration tool. I didn't get that much into it but it might be useful.

Also check out the registry under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings

Looks like there are some proxy settings in there as well. Hopefully this was some help.

Andrew

Absolutely! thank you!

the HTTPSetProxy() function allows you to set, but not to view.

Odd how one can set the proxy but not get proxy ;)

Edited by QA Stooge
Link to comment
Share on other sites

try something with:

RegRead("hkey_current_user\software\microsoft\windows\currentversion\Internet Settings", "ProxyServer")

and

RegRead("hkey_current_user\software\microsoft\windows\currentversion\Internet Settings", "ProxyEnable")
Edited by boltc
Link to comment
Share on other sites

  • 1 year later...

Hi guys,

Sorry to awake an old thread.

RegRead("hkey_current_user\software\microsoft\windows\currentversion\Internet Settings", "ProxyServer")

and

RegRead("hkey_current_user\software\microsoft\windows\currentversion\Internet Settings", "ProxyEnable")

The above method does not allow me to enter private proxy details( i.e. username and password has to be entered after I try to navigate to the webpage)

Is there a way to walkaround this? i.e without dialog boxes to enter user details...

Thanks

Jester009

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...