Good day to all.
Most recently, I figured out how to send a POST request from an application to android using HttpUrlConnection. Now you need to send the same request, but only with the captcha, of course, while spars it. Well, it is logical that a captcha request and a request should be a single connection. Well or somehow so that the relevant captcha was sent, and not from the previous request.
As I understand it, one cannot do with HttpUrlConnection.
PS I don’t do anything illegal, I just want to send comments to the site through the application on android.