Skip to content

Commit

Permalink
Add link to relevand StackOverflow answer
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Me committed Sep 10, 2014
1 parent 8b28592 commit 1e47e4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dotNet/dotNetWrapper/RestServiceClient.cs
Expand Up @@ -137,7 +137,8 @@ public void Run( WebRequest request, String username, String password )
// Important note!!!
// Below is the optimal way to setup authentication.
// When using HttpClient do set
// HttpClient.DefaultRequestHeaders.Authorization instead.
// HttpClient.DefaultRequestHeaders.Authorization instead as
// described here http://stackoverflow.com/a/23914662
// Settings .Credentials property (as well as setting
// HttpClientHandler.Credentials when using HttpClient)
// causes suboptimal application behavior, unneeded extra
Expand Down

0 comments on commit 1e47e4b

Please sign in to comment.