reCaptcha v3 with ColdFusion
问题 I'm trying to integrate reCaptcha (v3) to a ColdFusion site. I'm not too hot on the CF syntax and currently I'm seemingly getting nothing back from the verify request on the server side. Can anyone see anything obviously wrong and/or point me in the right direction please? Client Side: <script src='https://www.google.com/recaptcha/api.js?render=6..."></script> <script> grecaptcha.ready(function() { grecaptcha.execute('6...', {action: 'contact'}) .then(function(token) { $("#recaptchaToken")