﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1687	_IECreate/Navigate dont support login in url	jorbazz@…		"I figured out that _Ienavigate doesnt support login credentials in url
EX: http://username:password@autoitpage.com
This is the script I tested it with:

{{{
#include <IE.au3>
$oIE = _IECreate (""http://username:password@192.168.1.1/Status_Conntrack.asp"",0,0,1);Router denied connections
$sText = _IEBodyReadText($oIE)
ConsoleWrite($sText)
}}}

-------
ERROR:

{{{
C:\Program Files (x86)\AutoIt3\Include\IE.au3 (301) : ==> The requested action with this object has failed.:
$o_object.navigate($s_Url)
$o_object.navigate($s_Url)^ ERROR
}}}
"	Bug	closed		AutoIt	3.3.6.0	None	No Bug	_Iecreate ienavigate log in error	
