I\'ve done a bit of searching, and most people seem to hit this when sending larger amounts of data, but I\'m not.
I\'m making a request to an API with the followin
Do not set request.ContentLength = byteArray.Length; before writing the request stream. The request.ContentLength is set automatically.
request.ContentLength = byteArray.Length;
request.ContentLength