When recaptcha makes the call to
https://www.google.com/recaptcha/api2/userverify?k=<k here>
Granted with a valid k it comes back with a bit more. However the )]}' is clearly invalid json.
When I try to retrieve the response with grecaptcha.getResponse() I get an empty string.
What gives?
Any help would be appreciated.