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
Post a Comment