PostBin.org is a very popular community tool used for debugging
webhooks. Unfortunately, every now and then, somebody posts too
much ... not in post count, but in frequency * request size, throwing
us over our reasonable 4gb/day incoming bandwidth quota.

I've considered running a proxy that checks for content-length before
passing it to app engine, but obviously this sort of defeats the point
of App engine. It would be nice if you had a way to, ideally,
programmatically reject requests before it counts against the quota. I
understand resources are already consumed by then, so maybe if you had
some kind of header filter in the admin so I can reject requests with,
say, over 100kb content-length?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to