From 6bd35ef74006d4220640983e2aa72decd49f6379 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 21 Sep 2017 18:29:41 -0700 Subject: log the lack of http sig info --- Zotlabs/Web/HTTPSig.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Zotlabs/Web/HTTPSig.php b/Zotlabs/Web/HTTPSig.php index 986e10d73..8062764fb 100644 --- a/Zotlabs/Web/HTTPSig.php +++ b/Zotlabs/Web/HTTPSig.php @@ -67,8 +67,10 @@ class HTTPSig { $sig_block = self::parse_sigheader($headers['authorization']); } - if(! $sig_block) + if(! $sig_block) { + logger('no signature provided.'); return $result; + } logger('sig_block: ' . print_r($sig_block,true), LOGGER_DATA); -- cgit v1.2.3