Search results for query: *

  1. T

    Webclient.UploadValues only works with Fiddler on the background

    EDIT also tried with with a different debugger proxy debugger called Charles and also it works with Charles enabled, but not when the proxy is disabled?
  2. 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