Resolved! HTTP Utility VBO doesn't return JSON when status code is 400
Hi, With a postman PUT request, our server returns a JSON response with an error code and error message for a HTTP status code 400 like below: { "code": 400, "message": "error description here", "errorDetails": "", "causeException": ...