there is a website. I need POST to get the results. The form is a string, but the site uses
.multipart/form-data; boundary=----WebKitFormBoundarynbWPsDcpAABnZ22RThe form of
, and the content of boundary varies from browser to browser, which is above for Chrome and
for Firefoxmultipart/form-data; boundary=--41184676334
I use C-sharp, which provides the MultipartFormDataContent
type, but I don"t know how to use it. Can you give me an example?