On Dec 30, 10:24 am, nicklv <[email protected]> wrote: > I'm generating the link via appengine/python. The link generated is > below. But when i copy this link to a new window, the first time it > will give me a bad request error, subsequent reload is fine.
If you include a referer header, it must be valid. If you don't have a referer (for example, by pasting that link into a new window) then it must not be present. Everything works in an ordinary browser (Firefox, tested using Firebug). Clicking your link in the web view of the Group opens a new window with a map, and a referer header of the Group page where the link was clicked; pasting your link into a fresh tab doesn't produce a referer header. I think this is an AppEngine question rather than an API question. Why are you getting a header "referer:xxxxx"? Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
