Changes

Jump to navigation Jump to search
1 byte removed ,  15:41, 25 July 2022
no edit summary
String user = "bob";
String pw ="alice";
// Encode user name username and password pair with a base64 implementation.
String encoded = Base64.encode(user + ":" + pw);
// Basic access authentication header to connection request.
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu