diff --git a/src/Service/EndpointChecker.php b/src/Service/EndpointChecker.php index 4086aed..5779e20 100644 --- a/src/Service/EndpointChecker.php +++ b/src/Service/EndpointChecker.php @@ -308,7 +308,7 @@ protected function probe(string $url, ?string $host_header = NULL): array { } try { - $response = $this->httpClient->post($url, $options); + $response = $this->httpClient->request('POST', $url, $options); } catch (\Throwable $e) { // Transport-layer failure (DNS / TCP / TLS / timeout); check() will