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...