Below Raw response
HTTP/1.1 204 No Content
Content-Length: 0
The assertion passed for free version of SoapUI.
It is failing for ReadyAPI.
Solved! Go to Solution.
This should be fixed in the maintenance build of Ready! API 1.9:
https://support.smartbear.com/downloads/readyapi/n
But just FYI, a server that returns 204 with Content-Length is not RFC-compliant. RFC 7230 section 3.2.2 states:
> A server MUST NOT send a Content-Length header field in any response with a status code of 1xx (Informational) or 204 (No Content).
This should be fixed in the maintenance build of Ready! API 1.9:
https://support.smartbear.com/downloads/readyapi/n
But just FYI, a server that returns 204 with Content-Length is not RFC-compliant. RFC 7230 section 3.2.2 states:
> A server MUST NOT send a Content-Length header field in any response with a status code of 1xx (Informational) or 204 (No Content).