ajax - hiding the parameters value in web browser MVC C# -


is there possible way hide form data or controllers value in web bowser need hide username , password when logging in im working on security site. unfortunately after checking in google chrome developer's tool every time im requesting ajax call shows password , user name if go network , browse ajax call. there s code hide sensitive data me?

there no effective way hide username , password browser, if attacker has access browser war lost. should protect during transit user's browser server. can accomplish using ssl. ssl encrypt form data in transmission intercepting traffic cannot view form data.

setting ssl beyond scope of so here's link started. http://www.iis.net/learn/manage/configuring-security/how-to-set-up-ssl-on-iis

you can ask more questions on how setup ssl in superusers stackexchange site.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -