DEV Community

Punnam1310
Punnam1310

Posted on

I'm not a robot verification in login page pass and get info in next page without anything like 2captcha

i want to login in to the page but it has I'M NOT A ROBOT verification ..i want to complete the login and get the information in the next page..please tell me how to login



protected Void doInBackground(Void... voids) {
            try {


                Connection.Response response = Jsoup.connect("https://hub.rgukt.ac.in/hub/default/user/login?_next=/hub/default/index")
                        .validateTLSCertificates(false)
                        .userAgent("Mozilla/5.0 (Windows NT

Top comments (0)