log the lack of http sig info
This commit is contained in:
parent
234e9476fb
commit
6bd35ef740
@ -67,8 +67,10 @@ class HTTPSig {
|
|||||||
$sig_block = self::parse_sigheader($headers['authorization']);
|
$sig_block = self::parse_sigheader($headers['authorization']);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(! $sig_block)
|
if(! $sig_block) {
|
||||||
|
logger('no signature provided.');
|
||||||
return $result;
|
return $result;
|
||||||
|
}
|
||||||
|
|
||||||
logger('sig_block: ' . print_r($sig_block,true), LOGGER_DATA);
|
logger('sig_block: ' . print_r($sig_block,true), LOGGER_DATA);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user