Multipart file uploads to AWS S3 fail with cuppertino_http but work with HttpClient: Missing content length #1236
Labels
package:cupertino_http
Issues related to package:cupertino_http
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
While exited about the new cupertino_http package we found out, that we currently can't use it because it does not att a
Content-Length
header in Multipart file uploadsand if I add this header manually I get an 400 from S3 with the message that the request isn't a well-formed multipart request.See how they compare:
I also attach the two requests as raw text files ( I only replace our URLs with XXX)
I also wonder why the Cupertino Client includes data from sentry in a Request that has nothing to do with sentry. this could be a privacy violation.
this is how we do the Upload:
As we have customers who complain about uploading errors (Connection closed before...) on iOS we would really like to use the new client. If we can change something in the way we use it any pointer would be really helpful.
As it works with the normal Dart HttpClient and in cronnet it seems to be a problem with cupertino_htttp.
cuppertino_client.txt
HttpClient.txt
cc @brianquinlan
The text was updated successfully, but these errors were encountered: