How to fill forms and submit with Webclient in C#

前端 未结 6 986
忘了有多久
忘了有多久 2020-11-29 03:03

I\'m new at using the the libraries WebClient, HttpResponse and HttpRequest in C#, so bear with me, if my question is confusing to read.

I need to build a WinForm ba

6条回答
  •  情话喂你
    2020-11-29 03:36

    I have found a solution to my problem. First of all I was confused about some of the basics in http-communication. This was caused by a python-script i wrote, which have a different approach with the communication.

    I solved it with generating the POST-data from scratch and open the uri, which was contained in the form-action.

提交回复
热议问题