diff --git a/index.php b/index.php index ee293ff..fe3c6d9 100644 --- a/index.php +++ b/index.php @@ -123,7 +123,8 @@ class RequestHandler if ($method === 'GET') { $this->redirectGet($instance, $query); } elseif ($method === 'POST') { - $this->proxyPost($instance, $_POST); + $this->redirectGet($instance, $query); + // $this->proxyPost($instance, $_POST); } else { http_response_code(405); exit('Méthode non autorisée');