C#使用HttpRequest进行Post表单传送的时候爆 (500) Internal Server Error.
原因为ContentType设置为multipart/form-data;需要改为
request.ContentType = "multipart/form-data; boundary=---------------------------7db1af18b064a";
C# The remote server returned an error: (500) Internal Server Error. GetRequest()