I need StackExchange style human verification mechanism.
If client makes more than y requests per x seconds than 1) store "the request", 2) show human verification.
If client passes human verfication call "stored request".
But it must be global not page spesific. So I guess I need httphandler for this.