Hi Michal,

Thanks a lot for the reply !

How did you make mozilla call your prompt service ?
Did you implement nsIAuthPrompt ?

Thanks,
Michael.

"Michal Ceresna" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> On Saturday 21 July 2007, Michael R wrote:
>
> Hello,
>
> An approach that we have taken was to reimplement
> prompt service and return username and password
> in the promptUsernameAndPassword() method.
>
> bye,
> Michal
>
>> Hi ,
>>
>> I'm writing an application which embeds mozilla.In my application there's 
>> a
>> need to work through a proxy.
>> Currently I set a proxy by implementing a nsIProtocolProxyFilter which
>> returns a corresponding nsIProxyInfo.
>> The nsIProxyInfo is created by newProxyInfo() method of
>> nsIProtocolProxyService class.
>> But what if the proxy requires an authentication ?
>> How can I pass the authentication info (username, password) along with 
>> the
>> ProxyInfo ?
>>
>> Thanks in advance ,
>> Michael.
>>
>>
>> _______________________________________________
>> dev-tech-xpcom mailing list
>> [email protected]
>> https://lists.mozilla.org/listinfo/dev-tech-xpcom 


_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to