Jump to content

IE.au3-Error when opening URLs with @-prefix


Recommended Posts

Hi

 

I observe unexpected behaviour when using IE.au3 with url-@-prefixes.

Note that this should not be a discussion about passing username:password in the url  :)

 

Code-excerpt:

#include <IE.au3>
...
$oIE = _IECreate() 
...
$oIE.navigate("http://username:password@server.domain.com/service", 0, "_blank", 0, "Referer: http://www.google.com")
...

Error-Message:

Script error: Line 37 (File "C:\test.au3"): $oIE.navigate("http://username:password@server.domain.com/service", 0, "_blank", 0, "Referer: http://www.google.com") $oIE.navigate("http://username:password@server.domain.com/service", 0, "_blank", 0, "Referer: http://www.google.com")^ ERROR Error: The requested action with this object has failed.

Is there something wrong with the syntax or is it a bug?

Any help greatly appreciated.

 

Thanks,

Donald

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