[Modify] Edit it

This commit is contained in:
sta 2016-07-06 15:14:25 +09:00
parent 6d5122b9fa
commit d006215860

View File

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