Jump to content

Recommended Posts

Posted

i have a simple script that check proxy on ip-score.com(with ie.au3)

my code

#include <MsgBoxConstants.au3>
#include <IE.au3>

Local $oIE = _IECreate("http://www.ip-score.com/", 1, 1, 1, 1)
Sleep(5000)
Local $TimeZone = _IEBodyReadText($oIE)
_IEQuit($oIE)

problem is that in internet Explorer is a proxy(not automatic/direct connection)

ie sometime load the page but sometime not, and i get "The page cannot be displayed"

If a make a refresh to page with error its work fine

How to resolve this problem without refreshing page each time?

Untitled.png

  • 7 months later...
Posted (edited)

Is this only in IE ? or also in GoogleChrome FireFox ?
How this proxy is set ? I mean is this set in windows/IE configuration or on some kind of UTM hardware ?

Edit:
I had not noticed this thread before, so sorry for my lateness ;)

 

Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

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
×
×
  • Create New...