[Modify] Edit it
This commit is contained in:
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…
Reference in New Issue
Block a user