'how' are you preforming the redirect? I suspect it wont help if the redirect is simply a HTTP redirect. 'Meta tag 'Refresh' redirect will probably have the same issue. So my suggestion is try a javascript redirect.
btw this is based on my guess at what the issue is (http referer headers messed up), so no idea if it will work. On Fri, Oct 3, 2008 at 4:59 PM, Jonathan <[EMAIL PROTECTED]> wrote: > > We are having the exact situation as you describe in #2. We've taken > the step to have the swf point to a page on the separate server which > in turn redirects to the page making use of the API. Unfortunately > this workaround is not working for us. Have there been any further > advancements by any chance? > > > > On Sep 24, 5:06 am, Thor <[EMAIL PROTECTED]> wrote: >> Quick update on this issue. >> >> The server side keycheck is applied to all requests, not just to those >> for Enterprise clients. However if you were not previously seeing the >> client side generated key check alert you should not be seeing the >> server side generated alert now. >> >> I've so far seen 2 reasons why this might not be the case: >> >> 1. Your API script tag src attribute has whitespace or line breaks in >> it >> >> 2. You are using IE and reach the page containing the Maps API >> application by clicking on a link provided by a Flash swf file hosted >> at a URL that does not match the key used by your app (even if the key >> matches the URL of the page containing your app) >> >> To fix #1 just remove your whitespace. #2 is pretty obscure and might >> explain some of the harder to reproduce cases we've seen. It's a >> consequence of an IE bug that we will update the key check to work >> around. If you control the swf concerned you should be able to avoid >> it for the time being by modifying the link in the swf to point to an >> interstitial page which then takes you on to the page containing the >> Maps API application. >> >> Thor. > > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
