I want to change my login page to use the update panel in a PageMap that is used by jquery Will go Now I am thinking that this is a safe way? Username and password will be sent to PageMap and from there it will be legitimate, cheated by the database and checked. Client side verification will be done using jquery validation. One of the things is safe to use this 'dangerous' or a normal postback, but on the other hand it thinks that it is unsafe because the pagemap calling is visible in JS and may be changed by a user.
Please give your opinion on this matter, or maybe you know about a safe option Thank you !! Ajax login with ASP.NET MVC or anyone else is not more dangerous than formatting, please
form Posting whether it is a postback or pagemail call, can not prevent anyone from using fiddler or firebug etc to view server calls. Just make sure that your password is safe on the Czech server. If you are really worried, then some checks to stop the institute of brute force attacks but it will also be necessary with your current viewpoint.
Comments
Post a Comment