Rijak0 / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
0 stars 0 forks source link

SSL secured page - recaptcha parameter to access secure api URL to prevent browser warnings #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create form with antiCAPTCHA
2. open page using SSL secured connection (https://) in IE8

What is the expected output? What do you see instead?
Should open without warnings, but instead:
Internet Explorer gives warning about non-secure connection

What version of the product are you using? On what operating system?
latest, IE8. Tried this on FireFox: no problem. Don't know about Chrome/Opera

Please provide any additional information below.
Suggestion: add a parameter "useSSL" to the parameters array for the
addCaptcha method so it uses the secure API URL
(https://api-secure.recaptcha.net) instead of the default URL
(http://api.recaptcha.net).

Original issue reported on code.google.com by uwictpar...@gmail.com on 2 Jun 2010 at 1:03

GoogleCodeExporter commented 9 years ago
similar for google maps API, but unfortunately you need a paying Google Maps
subscription to access that?

Original comment by uwictpar...@gmail.com on 2 Jun 2010 at 1:12

GoogleCodeExporter commented 9 years ago
The appropriate changes for reCAPTCHA/HTTPS have been made in the SVN working 
copy.  The project will now 
determine if you're in an HTTPS environment and serve the correct reCAPTCHA js 
file - no need to pass any 
parameters.

- Andrew

Original comment by ajporterfield@gmail.com on 2 Jun 2010 at 5:22