Re: [Wt-interest] Detect "suspictious" activity to verify the user is a human

2016-10-15 Thread Aarón Bueno Villares
Exactly, that was what I was looking for. Thanks. 2016-10-15 16:59 GMT+02:00 Marco Kinski : > Hi Aaron, > > 2016-10-14 21:00 GMT+02:00 Aarón Bueno Villares : > > [snip] > > Is there a way to "count" the number of requests arriving to a session > > process (dedicated process mode in wthttpd)? > >

Re: [Wt-interest] Detect "suspictious" activity to verify the user is a human

2016-10-15 Thread Marco Kinski
Hi Aaron, 2016-10-14 21:00 GMT+02:00 Aarón Bueno Villares : > [snip] > Is there a way to "count" the number of requests arriving to a session > process (dedicated process mode in wthttpd)? from reading the docs, overriding WApplication::notify is what you are looking for. https://www.webtoolkit.

[Wt-interest] Detect "suspictious" activity to verify the user is a human

2016-10-14 Thread Aarón Bueno Villares
I have developed a little class to manage the google recatpcha verification. In some places, to solve a recaptcha challenge is mandatory (like send a contact form), but in order places, I want to show that recaptcha only when necessary. So, my idea is calculate the frecuency of "request" made on a