隐藏页面查看Soucre

隐藏页面查看Soucre

本文介绍了隐藏页面查看Soucre的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我正在开发一个网站。我正在使用JQuery,我在所有页面中通过Jquery Ajax webmethod绑定下拉列表。但现在,当我右键单击我的页面并单击查看源时,我会看到所有内容,即我的webmethod名称和webservice名称。现在,我阻止用户右键单击,但如果我们按f12,我们可以查看页面源。

那么如何加密或隐藏我的查看源代码?



如果您有任何想法,请告诉我

Hi all,

I am developing a website . I am using JQuery, I am binding dropdown through Jquery Ajax webmethod in all pages. But now,when I right click my page and click view source I see everything i.e. my webmethod name and webservice name. Right now, I am preventing user from right click but if we press f12, we can view the page source.
So How can I encrypt or Hide my view source code?

Please let me know if you have any ideas

推荐答案




这篇关于隐藏页面查看Soucre的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 08:37