Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yibizzi opened this issue Dec 8, 2023 · 0 comments
Open

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

yibizzi opened this issue Dec 8, 2023 · 0 comments

Comments

@yibizzi
Copy link

yibizzi commented Dec 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant