从XSLT调用webservice或安全url参数 [英] Call webservice from XSLT or secure url parameters

查看:83
本文介绍了从XSLT调用webservice或安全url参数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨Frnds,

我需要你的帮助才能完成我的任务..我需要保护URL参数说,我有一个基于id加载的页面。此页面使用href链接从XSLT重定向。

< br /> 
< pre lang =xml>< td class = col-two>< br />
< a href =/ Business.aspx?Id = {Leadid}>< br />
< xsl:value-of select =Business/>< br />
< / a>< br />
< / td>< / pre>< br />





这个Leadid在页面加载时可见我需要在页面加载后在jquery中加密这个id,或者需要在webservice中写入加密代码并调用来自xslt页面的webservice并发送加密的潜在客户ID。



这是实现任务的最佳方式,以及如何从xslt href链接调用webservice。

解决方案





我自己解决了......



创建加密逻辑在webservice中使用jquery在主页面中调用该webservice并创建解密逻辑并在特定页面加载时解密..



谢谢

BS

Hi Frnds,
I need ur help in order to complete my tasks.. i need to secure the URL parameters say, i have a page which loads based on a id. This page is redirected from XSLT using a href link.

<br />
<pre lang="xml"><td class="col-two"><br />
           <a href="/Business.aspx?Id={Leadid}"><br />
             <xsl:value-of select="Business"/><br />
           </a><br />
         </td></pre><br />



This Leadid is visible when the page loads i needs to encrypt this id in jquery after page loads or needs to write a encryption code in webservice and call the webservice from xslt page and send the encrypted lead id.

Which is the best way to achieve the task, and also how to call webservice from xslt a href link.

解决方案

Hi,

I solved it myself...

create a encryption logic in webservice and call that webservice in master page using jquery and create a decryption logic and decrypt when the specific page loads..

Thanks
BS


这篇关于从XSLT调用webservice或安全url参数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆