Posts Tagged ‘Basic Authentication’
Implementing a WCF SOAP Client that uses Basic Authentication at first request.
Friday, November 20, 2009 14:52 No CommentsIf you have to consume a Web Service that requires Basic Authentication, the normal flow of things is that the first request the client makes is unauthenticated. The server then response with an HTTP 401 response (‘Authentication required’). The client then sends the credentials to the server and the SOAP request goes through. That is [...]
