Has anyone gotten Recaptcha to run on the Google App Engine (in Java)? -
I follow the reCAPTCHA instructions and have created a simple app that works if I use it on a local TOKAMATE server While running in Eclipse, but using the same local Google App Engine SDK, the files give an error (validation-params-inaccuracies) when validating user feedback while executing the eclipse.
Are you using Java code connected to the reCAPTCHA site? I saw it in a quick way, and I suspect that the SimpleHttpLoader class uses some Java classes, which are not allowed by Google's appenjunce.
So, this is what I know: Running locally, I get your similar error but when I put it on AppEngine, it works! For the stage posts I have read, I suspect that it is running locally with remote IP address (127.0.0.1).
Comments
Post a Comment