Erlang reCaptcha API
This erlang module implements some functions that simplify the use of reCapture service.
- Request Challenge: display_html(PublicKey, UseSSL, Error)
- PublicKey: Your reCaptcha public_key.
- UseSSL: Set to 'true' if you want to use a SSL connection.
- Error: An error message to display.
- Response Validation: submit(PrivateKey, RemoteIp, Challenge, Response)
- PrivateKey: Your reCAPTCHA private key.
- RemoteIp: The user's IP address.
- Challenge: The value of recaptcha_challenge_field from the form.
- Response: The value of recaptcha_response_field from the form.