SmartBear / soapui

SoapUI is a free and open source cross-platform functional testing solution for APIs and web services.
http://www.soapui.org
Other
1.58k stars 611 forks source link

Can not customize Content-Length Header in PUT Request #790

Open yibizzi opened 11 months ago

yibizzi commented 11 months ago

I'm trying to upload a file to AWS S3 using soapui. The raw request i'm building is : image

However, when the request is sent, I don't see my pre-calculated content-length in the logs: image

I can get to see it in the logs only when I set media-type to multipart/mixed, but it calculates another value for the header, and doesn't take my input into consideration. image