Please test directly at this address
http://217.57.213.130:8168to see by yourself the problem.
For instance clicking on
Administration
Phone on the right vertical menu
It asks authentication
You have to digit "admin" as user ad "ip110" as password
My problem is:
1) To use Internet Explorer
2) To automate authentication
From my application now I use this
FUNCTION NAVIGATE( cUrl, nMilli )
DEFAULT nMilli := 100
IF oIe = NIL
oIe := CREATEOBJECT( "InternetExplorer.Application" )
SETFOREGROUNDWINDOW( oIe:hWnd )
ENDIF
oIe:Navigate( cUrl )
WHILE oIe:Busy
SYSREFRESH()
ENDDO
sleep( nMilli )
RETURN NIL
Probably the answer is in WinHttp
http://msdn.microsoft.com/en-us/library ... 85%29.aspxThanks in advance