username and password in xmlhttprequest.open()

Talk about add-ons and extension development.
Post Reply
poleta33
Posts: 120
Joined: October 14th, 2004, 2:06 pm

username and password in xmlhttprequest.open()

Post by poleta33 »

Hi all

if I use :

Code: Select all

xmlhttprequest.open("GET", myUrl, true, myUser, myPassword)
everything works perfectly with sites requiring BASIC or DIGEST authentication... the only problem is that the password is shown in the web console

is there a way to hide the password from the web console ?
Post Reply