From 0683524cd30e93fed9049b5bac17ee371668a053 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Mon, 25 Oct 2021 10:58:10 +0800 Subject: [PATCH] try fix + in FG --- platform/HuaweiFG_file.php | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/HuaweiFG_file.php b/platform/HuaweiFG_file.php index 8304222..38422fa 100644 --- a/platform/HuaweiFG_file.php +++ b/platform/HuaweiFG_file.php @@ -49,6 +49,7 @@ function GetPathSetting($event, $context) $host_name = $event['headers']['host']; $_SERVER['HTTP_HOST'] = $host_name; $path = path_format($event['pathParameters'][''].'/'); + $path = str_replace('+', '%2B', $path); $_SERVER['base_path'] = path_format($event['path'].'/'); if ( $_SERVER['base_path'] == $path ) { $_SERVER['base_path'] = '/';