Thanks, Jeff, but how do I block requests by header and not by IP? I usually use iptables to block the requests, but cannot do so in this situation because then I block access to Google's PageSpeed Insights tool too.
On Thursday, July 26, 2012 5:27:27 PM UTC-4, Jeff Schnitzer wrote: > > Every fetch request from GAE includes the appid as a header... you > obviously see it yourself, which is how you know the appid of the > crawler. This is how Google enables you to block applications; just > block all requests with that particular header. > > Jeff > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/wpzX8AzTGogJ. 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-appengine?hl=en.
