I'm having an issue with my reCaptcha implementation on a website. Recaptcha works great, and has been for the past year or so on our site. Our company recently updated all users to IE11, and for some reason also added our website domain name into the the compatibility mode settings for all users in the company. Now, in IE11 (and it seems only with compatibility mode turned on) all users are seeing a blank white recaptcha box where the image is expected to be. The recaptcha loads, but the image to solve does not. I have determined the reason for this is that Google is serving up a 414 error for the requested image URL, which is approximately 2500 characters long. For all other browsers, the image URL turns out to be a few hundred (under 1000) characters long, but this combination in IE turns out to be extra long. Therefore, our users cannot see a recaptcha image to solve (and the audio link is also extremely long).
Has anyone experienced this..? does anyone have any idea what is causing this, or any ideas at work-arounds to get this recaptcha implementation to work with these parameters...? To make matters even stranger, I have seen recaptcha work in one directory of a domain with IE11/compatibility mode, but then not work in another.