|
by Tim Heuer via Method ~ of ~ failed by Tim Heuer on 4/23/2010 7:54:40 PM
A little bit of hidden gem in the Silverlight 4 release is the ability to modify the Authorization header in network calls. For most, the sheer ability to leverage network credentials in the networking stack will be enough. But there are times when you may be working with an API that requires something other than basic authentication, but uses the Authorization HTTP header. The Details Basically you just set the header value. How’s that for details :-). Seriously though, here’s a snippet
... [ read more ]
|