Jump to content

Recommended Posts

Posted

I was trying out this small example:

$oHTTP = ObjCreate("winhttp.winhttprequest.5.1")

$oHTTP.Open("GET","http://www.AutoItScript.com")

$oHTTP.Send()

$HTMLSource = $oHTTP.Responsetext

However, I always receive following error, no matter what URL link is being used:

The requested action with this object has failed.:

$oHTTP.Send()

$oHTTP.Send()^ ERROR

Afaik, this example worked while trying it at home. Now that I'm trying this at my company, the above error is shown.

Can the corporate firewall be the reason?

Thanks in advance.

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...