Answer the question
In order to leave comments, you need to log in
Is it possible to connect and check recapctha only via js?
I want to check recaptcha only with ajax requests
$.ajax({
url: "https://www.google.com/recaptcha/api/siteverify",
data: {'secret' : sk, 'response ' : 'А тут что написать?'},
success: function(data) {
console.log(data);
var data = data;
}
});
Answer the question
In order to leave comments, you need to log in
What for?
https://stackoverflow.com/questions/27902539/how-c...
more:
https://stackoverflow.com/questions/45408575/googl...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question