How to implement Basic Authentication client in C#/.NET

preview_player
Показать описание
#csharp #csharp11 #dotnet #dotnet7 #authentication #basicauthentication #authenticationclient

Some of my popular videos:

Рекомендации по теме
Комментарии
Автор

Thank you very much for this explanation!
Warning : your split in 0:40 is error prone if the password contains a ':'

thebilbe
Автор

Basically we are sending credentials in clear text. It is just Base64 encoded...
Nice. I mean for local network why not. Simply over the internet it sucks.
But that's not against you. I did read the doc on MDN and this is part of the BASIC authentication scheme.
And the actual thing is I need to implement such thing at work... xD

EminoMeneko