On Aug 13, 7:43 am, Bernard <[email protected]> wrote: > Hi everyone, > I am confident in app engine security, however, I wonder if there is a > way to block inbound pings to my application, or if that kind of > flexibility is currently not available?
No. Your application only responds to HTTP requests. No traffic whatsoever on ports other than 80 and 443 is handled by your application. You can probably assume the appengine servers are all pingable; this is not a security threat whatever you've heard. -- 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.
