diff --git a/api/index.php b/api/index.php index 0d93efa..21f4131 100644 --- a/api/index.php +++ b/api/index.php @@ -348,6 +348,7 @@ if($_SERVER['REMOTE_USER'] && strpos($_SERVER['REMOTE_USER'], "Bearer") > -1) try { + //file_put_contents("/home/bitrix/server_dump.txt", var_export($_SERVER, true)); $auth = (array) \Bitrix\Main\Web\JWT::decode($token, $secret, ["HS256"]); } catch(\Exception $e)