Sign in
Http Client Protocol Issues (and other fun stuff I support)
If you use any of these solutions, Please let me know so I can track if any of this is useful to you! Thanks!
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET Controls
.NET Interop
ADSI
Asp.Net
ATL Controls
AtlServer
Certificates
DebugDiag
Excel
HTTP Troubleshooting
HttpListener
HttpWebRequest
IE
IE 8
IIS 7
Internet Explorer
ISAPI
MSXML
Push Notifications
QueryTable
SOAP
Soap ToolKit
SQL
SSL
System.Net
System.Uri
WebBrowser Control
Windows 8
Windows Azure Mobile Services
Windows Store applications
WinHttp
WinInet
WNS
WWSAPI
XMLHttp
Browse by Tags
MSDN Blogs
>
Http Client Protocol Issues (and other fun stuff I support)
>
All Tags
>
ie
Tagged Content List
Blog Post:
Super secret. How to decode Base64 Basic Authentication!
Jeff Sanders
OK, really not that secret. Basic Authentication headers are pretty simple. When the server returns 401 and the header: WWW-Authenticate: Basic. The server wants you to send the username and password in this format: jeff:mypassword and then encode this as a Base64String. You can encode this with this...
on
17 Mar 2011
Page 1 of 1 (1 items)