eshivakant / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Http-Errorcode 411 "Length required" when executing POST requests without a body #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Methods who are POST but don't have a body like Tasks.Move will fail execute 
due to a missing Content-Length field.

We should include this field with every body-type request, even if no body is 
specified.

Original issue reported on code.google.com by mlin...@google.com on 8 Jul 2011 at 5:28

GoogleCodeExporter commented 9 years ago

Original comment by mlin...@google.com on 12 Jul 2011 at 1:27