Google JavaScript CAPTCHA handling

Posted by Sam on Stack Overflow See other posts from Stack Overflow or by Sam
Published on 2009-07-30T12:21:42Z Indexed on 2010/05/01 17:07 UTC
Read the original article Hit count: 214

Filed under:
|
|

I am using Google API's to provide maps on a web page, however, Google frequently prompts for a CAPTCHA (I only know this from going into Firebug, users just get a JavaScript error) for requests for its javascript API's (e.g. http://maps.google.co.uk/maps?file=api&v=2&key=xxxx). However, this prevents visitors from our network (a very large (UK wide) WAN) using Google Maps etc from using these sites with it on. This is likely due to the fact the IP is shared by many people, so Google sees it as spam.

I don't see any way of contacting Google about this, so was wondering if there is any way of intercepting these failing JavaScript requests since they return a 403 status code? Perhaps by opening a new window, although that would not be user friendly (they will see the JavaScript after the CAPTCHA, so would be a cause of confusion and would need to refresh the page in question).

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about google