[Modify] Edit it

master
sta 10 years ago
parent 6d5122b9fa
commit d006215860

@ -514,7 +514,7 @@ wssv.UserCredentialsFinder = id => {
return name == "nobita" return name == "nobita"
? new NetworkCredential (name, "password", "gunfighter") ? new NetworkCredential (name, "password", "gunfighter")
: null; // If the user credentials aren't found. : null; // If the user credentials aren't found.
}; };
``` ```
If you would like to provide the Digest authentication, you should set such as the following. If you would like to provide the Digest authentication, you should set such as the following.

Loading…
Cancel
Save