HTTP Basic

HTTP Basic authentication is defined in the HTTP header. The SBM user ID and password are passed with Base64 encoding.

To define HTTP Basic authentication in Visual Studio .NET, add an authorization header to the request. Typically you do this by overriding the GetWebRequest method. In the sample programs, you can use the -basic command-line argument to do this.