Could using a custom error response page help you out? ...see http://code.google.com/appengine/docs/java/config/appconfig.html#Custom_Error_Responses
It could display another site than the default one in case of a DoS error; that HTML page could use a META redirect to redirect the user to some meaningfull location (outside your current GAE or to a second instance of it?!). A whitelist would be of course the real solution... On Jul 29, 4:13 am, frooti <[email protected]> wrote: > I want to host an SMS application on GAE and all my traffic will come > from a SMS GATEWAY with a single IP address. > > My users send queries through SMS which will be routed to my app from > SMS GATEWAY(single IP address). > My app processes those queries and reply back through SMS (again > through SMS GATEWAY). > I can reply using URL FETCH(not a problem) but what i'm worried about > is if I receive some 500 dynamic requests/sec from single IP address , > GAE might block them thinking them as Dos(denial of service) attack . > > GAE either asks the user to enter a captcha > athttps://www.google.com/accounts/DisplayUnlockCaptchaor redirects to > sorry.google.com and displays an error message itseems if it receives > unusual traffic from single IP . But my users access app only through > SMS. > > Please look at the production issue filed below : > > http://code.google.com/p/googleappengine/issues/detail?id=5239&q=dos&... > > Has anyone hosted a similar app before ? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
