Try HTTP 307 redirect, it should keep POST request body: if ($arg_company_id = ABC) { if ($request_method = GET) { return 302 ...
確定! 回上一頁