net post form fiddler

  1. T

    Webclient.UploadValues only works with Fiddler on the background

    i have built a VB.Net console application to login to a website and this goes perfectly. Second step of the application is to perform submitting several webforms (some kind of Wizard you need to fill). First step is this: data = myWebClient.OpenRead("https://member.xxx.com/Action/Step1") than...
Back
Top