Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Possible to use reCAPTCHA on a site without HTTPS?

Tags:

I have a simple informational site that has no ecommerce aspects. It has a comment submission form that I'd like to protect with reCAPTCHA.

Is there any way to use reCAPTCHA without converting the site to HTTPS (at increased cost for certificate and hosting) ?

like image 996
tim11g Avatar asked May 13 '18 20:05

tim11g


People also ask

Can I use reCAPTCHA in localhost?

Google ReCaptcha on 127.0.Google doesn't support recaptcha on localhost but it can be faked. Then on google's recaptcha admin site, add to the list of site names you can add a. fake. domain-name and you should be good to go.

How do you trigger a reCAPTCHA?

To invoke the invisible reCAPTCHA, you can either: Automatically bind the challenge to a button or. Programmatically bind the challenge to a button or. Programmatically invoke the challenge.

What is reCAPTCHA required?

reCAPTCHA is a free service from Google that helps protect websites from spam and abuse. A “CAPTCHA” is a turing test to tell human and bots apart. It is easy for humans to solve, but hard for “bots” and other malicious software to figure out.


1 Answers

yes you can they have a javascript api for that also you can verify the response from serverside!

https://developers.google.com/recaptcha/docs/display

like image 136
Muzafar Hasan Avatar answered Sep 28 '22 19:09

Muzafar Hasan