mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Comment the check on the URI for Digest Auth as it is difficult to handle for clients when the API is setup in a subdirectory
Bump RPM version
This commit is contained in:
parent
d0e7d10014
commit
3bb1b48d43
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class AuthenticateDigestOrKey
|
|||
// Validation
|
||||
$validator = Validator::make($auth, [
|
||||
'opaque' => 'required|in:'.$this->getOpaque(),
|
||||
'uri' => 'in:/'.$request->path(),
|
||||
//'uri' => 'in:/'.$request->path(),
|
||||
'qop' => 'required|in:auth',
|
||||
'realm' => 'required|in:'.$domain,
|
||||
'nc' => 'required',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue