Welcome Guest, Not a member yet? Register   Sign In
Dynamic form field evalutation
#7

(01-12-2021, 03:01 PM)includebeer Wrote: You can use the Throttler class to limit the number of request for that particular service. This way, brute force attack are somewhat disabled because they can’t call the service 100 times per second, you force them to wait a certain amount of time before they are allowed to call it again.

And like others have already said, you will need javascript to accomplish this. It’s easy to do if you know javascript. There are tons of example on the web. You just need to fire an event on your input field when a key is pressed, that will launch an ajax request to validate the input text.


Nice.
Yes, I put an eye on it already a whole ago besides thinking about an own implementation.
Thumbs up!
The only absolute knowledge attainable by man is that life is meaningless. (Tolstoi)
Reply


Messages In This Thread
Dynamic form field evalutation - by bogus - 01-11-2021, 06:54 PM
RE: Dynamic form field evalutation - by InsiteFX - 01-11-2021, 09:44 PM
RE: Dynamic form field evalutation - by bogus - 01-12-2021, 12:30 AM
RE: Dynamic form field evalutation - by bogus - 01-12-2021, 02:02 PM
RE: Dynamic form field evalutation - by bogus - 01-12-2021, 03:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB