Looking at your page in both Safari and Chrome (which both use WebKit's built-in inspector), I am seeing your stray request, but I don't think it has to do with the API. Rather, I think it's that the browser is looking for a favicon.ico and finding nothing. You might use a meta tag to specify one and see if that doesn't eliminate the mysterious request (you would still see the request for the favicon, but the mystery request would be gone).
Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com [email protected] If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On Mar 26, 2010, at 12:59 PM, amattie wrote: > Please take a look at this screenshot to see proof of these duplicate > requests: > http://www.fatkidproductions.com/goog-ajax-search-api/requests-screenshot.png > > The screenshot was taken with IE requesting broken.html and > working.html. Requests 1 - 4 are for broken.html. Requests 15 - 16 are > for working.html. > > Again, I strongly suspect that this issue is caused by an empty src > property of an Image object somewhere in the code. I haven't debugged > it at all though as it'd just be a waste of my time and as I'm certain > it'd just be easier to find this problem by looking at the previous > commits before the deploy. > > On Mar 26, 10:50 am, amattie <[email protected]> wrote: >> Please fix. This is causing havoc for us right now. > > -- > You received this message because you are subscribed to the Google Groups > "Google AJAX APIs" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.
