响应重定向后无法获取url [英] cannot get url after response redirect

查看:138
本文介绍了响应重定向后无法获取url的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我确实有一个问题或一个问题,我完全不知道如何解决.

我确实有3个页面,例如a.aspx,b.aspx,c.aspx;(所有3个都存储在不同的服务器上.)
流就像a.aspx,用户可以键入数据,然后重定向到b.aspx,然后重定向到c.aspx.在b.aspx期间,我需要处理并存储数据,完成所有操作后,它将响应重定向到c.aspx.但是问题是,在c.aspx上,它们具有过滤我的网址的功能,并且只允许域网址(即b.aspx).但它们始终获得域url(a.aspx)而不是域url(b.aspx).

请告知我在b.aspx,coz上可以做什么,我仅有权控制它,而不能在c.aspx上进行控制,因为它们是供应商站点.

敬请告知.

Hi,

i do have one question or a issue which i totally have n idea how to solve it.

i do have 3 page, said, a.aspx,b.aspx, c.aspx;(all 3 store on different server.)
flow is like a.aspx for user to key in data, then redirect to b.aspx, and then redirect to c.aspx. During b.aspx, i need to process the data and store it,after done everything, it will response redirect to c.aspx. but the issue was, on c.aspx, they have a function to filter my url, and they only allow the domain url(which is b.aspx). but they always get the domain url (a.aspx) instead of domain url(b.aspx).

kindly advise what can i do on b.aspx,coz i only have right to control it, but cannot control on c.aspx, coz they are vendor site.

Kindly advise.

推荐答案

您需要发布代码来解释您的问题,但是在网站之间传递值的唯一安全方法是在URL上.
you need to post code to explain your issue, but the only safe way to pass values between websites is on the URL.


这篇关于响应重定向后无法获取url的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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