I can not log on to the site https://www.marathonbet.com:443/su/ . It is more or less clear to me when there is something like login.php? Username = ... & password = ... And here is the htm page.

Here’s what Chrome said about this form: If it has an action field that sends data to login.htm, how can I generate a request?

Login:

<input type="text" name="username" id="loginpage_form_username" size="20" regex="^[0-9]{6,7}|[A-Za-z0-9\-_\.\%\+]+@([A-Za-z0-9\-_]+\.)+[A-Za-z]{2,4}$" class="required error" aria-required="true"> 

Password:

 <input type="password" name="password" id="loginpage_form_password" size="20" regex="^.{6,}$" class="required" aria-required="true"> 
  • Most likely, there is authentication through a certificate, which Google reports "a client authentication certificate is required", for such authentication there are no login and password fields, it is installed into the system - Dmitry
  • And one more thing, "Access to the Internet resource you requested is limited in accordance with the requirements of the Legislation of the Russian Federation." - Dmitry
  • so, and what to do now? it is impossible to enter programmatically or what? I really didn’t understand HTTP requests yet, I just needed them a couple of times, but everything just worked out there .. using .php? login = and so on. - Sergey
  • dig in the direction of authentication using a certificate, for this certificate must be installed in the application if I'm not mistaken - Dmitry
  • and if you go ahead - and just load the page into the WinForm browser and loop through all the inputs with the foreach loop? or so, too, not a ride? - Sergey

0