I'm using POST method to validate captcha on server side because of API
documentation. It worked perfectly, but now I have some error-codes:
{
"success": false,
"error-codes": [
"missing-input-response",
"missing-input-secret"
]
}
So what is the problem, maybe something has changed on google side?