I guess its not exactly what you looking for but see: http://code.google.com/appengine/kb/billing.html#dos If the calls are costing you quota, they might help.
Otherwise for dynamic (python/java) requests, you can block them at your application level. It wont totally negate quota usage, but should take it to minimal levels. Also it should have minimal impact on real traffic, as the IP check would be negligible overhead. 2009/12/13 vivpuri <[email protected]>: > Is there a way to block all calls from an IP address or Domain. Some > days, my app tends to get thousands of hits from one particular > domain, and i know that site is pretty much a spam site. As you can > guess this is eating up lot of my CPU and skewing my stats. I really > wish i could block that domain > > -- > > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
