yandex-cloud / docs

Yandex Cloud documentation
https://cloud.yandex.ru/docs
Creative Commons Attribution 4.0 International
230 stars 656 forks source link

Update captcha-validation.md #836

Closed alien-art closed 1 month ago

alien-art commented 1 month ago

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=ru

Description of changes: in reality the request is GET and not POST, when the request is POST an error occurs

yfm-team commented 1 month ago

Все готово! Commit: 5bffc4ba111bf8cbf2e42d7e34d782f7f29032b7 Проверьте результат: RU. Check the result: EN.

nadezhdatohtu commented 1 month ago

@alien-art Thanks for clarifying the documentation. We recommend using POST instead of GET to send the token in the body, not the header. Specify the body format as x-www-form-urlencoded to avoid errors.