Closed edlea closed 3 years ago
The Dart HTTP library updates "application/json" to "application/json; charset=utf-8" which results in an invalid signature for POST or PUT requests that did not specify a content-type.
This forces the correct Content-Type header by default.
Looks good. Thanks for the PR!
The Dart HTTP library updates "application/json" to "application/json; charset=utf-8" which results in an invalid signature for POST or PUT requests that did not specify a content-type.
This forces the correct Content-Type header by default.