Hi,
Can the 404 response from the API please return a JSON response rather than a giant blob of HTML? The current configuration produces a very inconsistent experience when developing against the API.
Cheers,
Josh
Hi,
Can the 404 response from the API please return a JSON response rather than a giant blob of HTML? The current configuration produces a very inconsistent experience when developing against the API.
Cheers,
Josh
Hi @jmickey, would you be able to point towards a specific endpoint you’re experiencing this with? The easiest way around this would be to check the response code before trying to parse the response body, which would remove some inconsistency.