doublegsoft / recaptcha4j

Automatically exported from code.google.com/p/recaptcha4j
0 stars 1 forks source link

no support for https requests #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. invoke it in a https request.

What is the expected output? 
No image!

What do you see instead?
An image

What version of the product are you using? 
0.0.7 and tried on new 0.0.8-SNAPSHOT

On what operating system?
Linux ubuntu

Original issue reported on code.google.com by error.fl...@gmail.com on 8 Oct 2014 at 3:52

GoogleCodeExporter commented 9 years ago

I inherited a project that depended on this library.  When we needed to turn on 
the feature, it didn't work.  So with a site on fire, I clicked the "Export to 
Github" to port it to 2.0.

Want to help fix issues they've seen in this generation help social code 
open-source?  Check out my first commits 
https://github.com/peoplemerge/recaptcha4j (tests currently broken so not safe 
for prod yet... unless your site is on fire like mine was)

So.. regarding httpS - I did see the code that includes http vs https so you 
are likely getting the dreaded "Cannot load a insecure content in a https page" 
 That should be not to hard to fix, but I think you need client-side code, 
whereas my limited (2-hr) port to 2.0 was just serverside.  Want to help 
implement?

Original comment by d...@delicious.com on 24 Mar 2015 at 5:52