c# multipart/form-data submit programmatically

前端 未结 4 1237
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-21 06:30

So got an small problem. Im creating an small application to automate an form submission on one website. But the bad thing is that they are using multipart/form-data for tha

4条回答
  •  生来不讨喜
    2020-12-21 07:17

    Here is an article on multipart form posts in C# with more detail. This code was eventually merged into RestSharp, which is an excellent library you could use to generate the request.

提交回复
热议问题