Open AkshithaReddy1899 opened 10 months ago
Hi. Would be nice to see the actual response from Friendly Captcha's server (Response tab in your last screenshot).
But ideally, you wouldn't want to make the verification request in your frontend code, as you'd be exposing your verification secret to the public and a bad actor could take it and use for their own projects. You might want to delegate that task to your backend/server code and only send the captcha solution as part of the HTTP request to your server.
Hello everyone,
I have an issue with verifying the captcha, been stuck on the same thing for 4 hours now, tried a bit of everything, but nothing seems to work, I am just starting with Vue, Kindly someone let me know if I have made a mistake somewhere