Re: Basic authentication

Wenca <[email protected]> Wed, 25 Feb 2009 10:30:31 +0100
Newsgroups gmane.comp.mozilla.devel.oji
Message-ID <[email protected]>
Yes! This works!
Thank you very much! :-)

Wenca

sunitha wrote:
> 
> May be you can use setRequestHeader method on nsIHttpChannel for
> setting basic authentication. I think you have to add "http-on-modify-
> request" event to registered nsIObserver before that.