Open
Description
vendor/mohammad-waleed/keycloak-admin-client/src/Admin/KeycloakClient.php:337
Please write $responseBody = (string)$response->getBody();
instead $responseBody = $response->getBody()->getContents();
because i can't use Dumping Middlewares. i need dump response body, but getContents() method delete body from response for second call
Metadata
Metadata
Assignees
Labels
No labels