I am using a HTTP Service to talk to a third party API andpassing
username/password in HTTP Basic Auth header.When i enter wrong
credentials through my application, asexpected i get a 401 unauthorized
response. But before the faulthandler gets called, my browser shows the
authentication dialogasking me to re-enter the username/password.It
happens on safari and firefox browser on OS X. I have notchecked other
environments.Is this expected? I do not want the browser to show me
anauthentication dia...