问题描述
你好朋友,
我在一个地方有一个网站(服务器 - http://10.235.1.167:1000 /)。
位于不同地点和不同网站的客户(http://10.235.1.220:6001,http:////10.235.1.245:9001/)将在其网站上有一个链接,点击该链接,他们将被重定向到我服务器中的一个aspx页面(http://10.235.1.167:1000/)。
链接他们有
href =http://10.235.1.167:1000/myPage.aspx>点击重定向
重定向正常发生。
所有这些都在WAN中连接。
现在在我的aspx页面(myPage.aspx) ),我需要检查来自哪个客户端(我的意思是,来自哪个网站)的重定向请求..
我在VB.net中这样做。
我甚至不知道我是不是问题属于主题(很多混乱)。
亲切地用这个... ...
谢谢。
Hello Friends,
I have a website(server--http://10.235.1.167:1000/ ) present in one location.
Clients who are in different locations with different websites(http://10.235.1.220:6001, http://10.235.1.245:9001/) will have a link in their site, on clicking that link, they will be redirected one aspx page present in my server(http://10.235.1.167:1000/).
link they have is
href="http://10.235.1.167:1000/myPage.aspx">Click to Redirect
" Click to Redirect"
The redirection is happening properly.
All these are connected in WAN.
Now in my aspx page(myPage.aspx), I need to check from which client(I mean, from which website) that request came for redirection..
I am doing it in VB.net.
I dont even know whether I framed the Question propery(in lot of confusion).
Kindly hlpe with this..
Thanks.
推荐答案
这篇关于如何获取请求来到我的网站的URL ..?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!