Результаты поиска

  1. T

    Solving reCAPTCHA v2 Android

    is there any way to solve reCAPTCHA v2 Android via sitekey method? For example a recaptcha set up like this: sitekey: 6Le2gqEUAAAAAD0zdvosLqqZXRpVoM6hcqxLcpxX package: com.test.app When i send the request with package name in page url parameters it always return as invalid domain or timeout
  2. T

    reCAPTCHA v2 Android

    is there any way to solve reCAPTCHA v2 Android via sitekey method? For example a recaptcha set up like this: sitekey: 6Le2gqEUAAAAAD0zdvosLqqZXRpVoM6hcqxLcpxX package: com.test.app When i send the request with package name in page url parameters it always return as invalid domain or timeout
  3. T

    Uploading files with HTTP PUT

    How do i use HTTP PUT to upload files? Im using C# code to send the request var response = ZennoPoster.HTTP.Request(ZennoLab.InterfacesLibrary.Enums.Http.HttpMethod.PUT, "link", "", "application/x-www-form-urlencoded", instance.GetProxy(), ""...