When I view the html source code for the page, I found the following
code:
<script type="text/javascript" src="
http://api.recaptcha.net/challenge?
k=6LcB47oSAAAAACB4ldZjQraw1-OYI2tDbfF-bEoQ">
Clicking on the serc, I get the following output:
document.write('Input error: Invalid referer');
If I then refresh the page (
http://api.recaptcha.net/challenge?
k=6LcB47oSAAAAACB4ldZjQraw1-OYI2tDbfF-bEoQ), I get:
var RecaptchaState = {
site : '6LcB47oSAAAAACB4ldZjQraw1-OYI2tDbfF-bEoQ',
challenge : '03AHJ_VuukH8jD9IiSfYmutlzCcR0UK632BGW7LLykU5KIx9-
ik7gKtHNkz_WxM6Rsx9692wwL6_1IePGtZy1VUIQ4rkR_mXbZLEGhkmG_jUj_-
KVf6mUZd0E9Y0tIegTR9kPAwjNX3LeE8YEuUyjAbou_XoJqFPhIoQ',
is_incorrect : false,
programming_error : '',
error_message : '',
server : '
http://www.google.com/recaptcha/api/',
timeout : 18000
};
document.write('<scr'+'ipt type="text/javascript" s'+'rc="' +
RecaptchaState.server + 'js/recaptcha.js"></scr'+'ipt>');
It's very odd though. This is happening on a production server
(outside of our control unfortunately), however on our staging server
(a server in our building), it's not happening. I'm emailing our
client to make sure the keys are correct now.
Craig