27.01.2011 22:56, José Mejuto пишет:
Hello Lazarus-List,

Thursday, January 27, 2011, 8:11:48 PM, you wrote:

AS>  How to open page with HTTPAuth? It shows prompt with only 'OK'&'Cancel'
AS>  with no text and no place to input credentials in infinite loop.

There is no support for security authentication in the current
implementation.

Gecko port is more targetted to an html render than a browser, so more
functions where added in the render and embed field than in other like
authentication, file saves, and other interactive operations.

If you really need it I can try to add some kind of event to allow the
user to display a message box or any other window and fill the
authentication needed.

It will be good to add callback to set user defined factory for prompt windows. I not figured out how to register it. (I need to be able toset credentials without prompt)

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to