 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
S.H.Setyawan Guest
|
Posted: Thu Nov 13, 2003 7:24 am Post subject: how authenticate programmatically basic realm using TWebBrow |
|
|
Dear all,
I want to use TWebBrowser to access URL which has basic realm
authentication.
Can anyone tell me how to write user and password programmatically before
call NAVIGATE2 method?
so that user never write username and password again (silently).
Thank you
|
|
| Back to top |
|
 |
Pascal Chapuis Guest
|
Posted: Thu Nov 20, 2003 3:41 pm Post subject: Re: how authenticate programmatically basic realm using TWeb |
|
|
hi,
this syntax should work :
[url]http://user:password (AT) domain (DOT) com/path[/url]
For uncontrolled navigation (initiated by user, not delphi), the
authentication is not so easy from the browser side because URLMon manages
some aspects of the authentication process. IAuthenticate interface should
be the good one from an APP (Asynch Plugin Protocol) point of view.
pascal
| Quote: | Dear all,
I want to use TWebBrowser to access URL which has basic realm
authentication.
Can anyone tell me how to write user and password programmatically before
call NAVIGATE2 method?
so that user never write username and password again (silently).
Thank you
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|