8000 Little fix for guzzle · Issue #89 · MohammadWaleed/keycloak-admin-client · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content 8000
Little fix for guzzle  #89
Open
Open
@ShipilovDG

Description

@ShipilovDG

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0