When requesting, POST form with userID is already required, so if I can log the userID of the POST form, I think there would be a way to limit to n times(I think 3 time per hour is good for me) of access to that UserID for an hour. (It means userID "A" can only access 3 times in one hour, and userID "B" can also access 3 times in one hour, .....)
But that, I couldn't find how to do it..
What does it does is just Proxys the request to serve other service - now only using ProxyPass on apache2, so it needs to be configured inside apache2 config (I think).
Is there a way to do it?