I am trying to understand how remote verification works. It works great on the client side or in the browser. This is what I did, I need to check if the username exists during registration. So I added remote validation and worked fine in the browser. I wanted to test it on sending, so I took the request in Fiddler and changed the username to what exists, and then sent the request. This is accepted. RemoteValidation did not happen (of course, it failed in db). Therefore, is it not being checked on the server side?
Jonna source share