Closed
Description
This is a follow-up of symfony/symfony#34046
Some HTTP requests (which? I would assume POST/PUT/PATCH/DELETE?) have their response status code validated. If the status code is not 2XX, then an exception is automatically thrown by the client in the $client->request()
call.
@nicolas-grekas do you know which HTTP requests trigger validation?