I was referring to this link in http://msdn.microsoft.com/en-us/library/ms733775.aspx msdn for basic authentication. The code specified is using basic authentication but no option is there for providing username and password. How can we change the specification in this link to accept user name and password.
Client is not giving any exception even without specifying any user name and password. So what is the impact of writing this setting
clientCredentialType="Basic"
If user do not provide any custom authentication.