id summary reporter owner description type status milestone component version severity resolution keywords cc 3260 _IECreate cannot handle basic auth with domain included in username nathanoyler@… "When using _IECreate to open a website that requires basic auth, the URL looks something like this: http://username:password@www.website.com However, if a domain name needs to be specified in the username, it looks like this: https://username@domain:password@www.website.com I'm assuming _IECreate is splitting the string on the @ and getting wonky. If you try to use that function to open a website, it just craps out with this output in the console: {{{ ""C:\Program Files (x86)\AutoIt3\Include\IE.au3"" (272) : ==> The requested action with this object has failed.: $oObject.navigate($sUrl) $oObject^ ERROR >Exit code: 1 Time: 0.3972 }}}" Bug closed Standard UDFs 3.3.14.0 None No Bug _IECreate basic auth domain