HTTP Basic AUTH with .NET
.NET WebRequest class does not base64 encode the Authorization header when using HTTP basic Auth. This leads to failing authentication, if your credentials contain special characters like an email address(as username) does. So in case you are los... (More)
Global RSS Feed