I'm coding a Firefox extension and want to get Basic Authentication information for a website (or for the current document).
How can I get Basic Authentication Information in a Firefox Extension?
|
2
|
I'm coding a Firefox extension and want to get Basic Authentication information for a website (or for the current document). How can I get Basic Authentication Information in a Firefox Extension?
|
||
|
|
|
|
I couldn't find an exact answer and don't have time to experiment now, but it seems that the only way is to manually examine headers using NsIHttpChannel. EDIT: Ok, I've found nsIHttpAuthManager:
Looks like exactly what you need. |
||||
|