Issues with custom-built CAPTCHA
Hello, all,
We recently had our CAPTCHA bypassed (not surprising, as I kind of had to do a hack-ish job with it due to some security restrictions) and I custom-built a new one.
Apparently, our production environment is not 100% identical to our dev or staging environments, as it works well in those.
I just received an email from the customer stating that 1) the CAPTCHA is not matching in FireFox (possibly due to a constantly changing JSESSIONID), and 2) IE11 will not display the image, at all. I checked for #2, and in production IE11 does, indeed, _not_ display the image.
On the code level, the image is being created like the following:
<img style="width: 200px; height: 85px;" src="data:image/*;base64,{and a long string of blob data}" />
Any suggestions? I am at the end of my rope on this one.
V/r,
^ _ ^
