Closed hex2bit closed 4 months ago
@hex2bit We've resolved the issue where text/xml Content-Type POST requests were passing a Content-Length of 0. This fix is included in the latest release, v1.0.57.
Please update to latest version and let us know if you are running into any issues.
When making a request that POSTs XML content, using the "text/xml" Content-Type, the Content-Length is passed as 0. When trying another Content-Type like "application/xml", the content length is set to the appropriate value.
A quick test would be to use Postman's echo API: https://postman-echo.com/post
Post some XML body content and set a Content-Type header with the value of text/xml. Example result:
With the content type set to application/xml: