The second request should be GET /redirect/1 HTTP/1.1 instead of POST /redirect/1 HTTP/1.1 $ curl --version curl 8.7.1 (x86_64-apple-darwin24.0) libcurl/8.7.1 (SecureTransport) LibreSSL/3.3.6 zlib/1.2 ...
I'm trying to send a HttpGetJson to my API. However, my API answers with a 405 (Method not allowed): $baseUrl = $this->serviceContainer->getParameter('api_base_url ...