Re: Basic authentication

Wenca <[email protected]> Wed, 25 Feb 2009 10:30:31 +0100
Newsgroups gmane.comp.mozilla.devel.java
Message-ID <HpCdnVgnB_knkjjUnZ2dnUVZ_qHinZ2d__7723.37833554975$1235554642$gmane$org@mozilla.org>
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.