Jump to content

Reason for $oHTTP.Send() to fail?


Recommended Posts

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.

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