You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upload a file to AWS S3 using soapui. The raw request i'm building is :
However, when the request is sent, I don't see my pre-calculated content-length in the logs:
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.
The text was updated successfully, but these errors were encountered:
I'm trying to upload a file to AWS S3 using soapui. The raw request i'm building is :
However, when the request is sent, I don't see my pre-calculated content-length in the logs:
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.
The text was updated successfully, but these errors were encountered: