asp.net - how to protect client side code (javascript/jquery) from debug/edit by pressing browser F12 -


if using ajax call methods in asp.net application submitting values, how can protect these values client side edit through browser?

please suggest.

there no way 100% protect client changing values.

there 1 simple thing should do, called obfuscation, means, make production public code(client side js) hard understand.

check this


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -