recurly-client-php icon indicating copy to clipboard operation
recurly-client-php copied to clipboard

improvement: fallback to guessing error type from HTTP status code in HEAD requests

Open SinusPi opened this issue 3 years ago • 0 comments

Performs HTTP status code error guessing if "Content-Type: application/json" was received in header but had no valid error in body.

This supports valid error codes in HEAD responses.

SinusPi avatar Mar 14 '22 22:03 SinusPi