如何获取HTTP请求详细信息 [英] how to get HTTP request details

查看:114
本文介绍了如何获取HTTP请求详细信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想从www.abc.com重定向到www.xyz.com。



当我当时重定向到www.xyz.com我怎么样了解HTTP的GET方法的detils。所以我才知道这个请求来自www.abc.com。



因为这两个应用程序都托管在不同的服务器上。我为www.xyz.com尝试了HTTP Handler,但是当请求方法是GET时,我无法获得HTTP的详细信息。我的处理程序和模块事件在redierct时无法调用。





提前感谢

I want to redirect from www.abc.com to www.xyz.com.

When I redirectd to www.xyz.com at that time how I know about detils of GET method of HTTP . so that i come to know this request come from www.abc.com.

As both application hosted on different sever. I tried HTTP Handler for www.xyz.com,but I am unable to get details of HTTP when request method is GET .My handler and module event unable to call at time of redierct.


thanks in advance

推荐答案

这个问题太模糊了,因为你不清楚你认为缺少什么细节,但它看起来所有细节都在这里: http: //msdn.microsoft.com/en-us/library/system.web.httprequest%28v=vs.110%29.aspx [ ^ ] :-)。



-SA
The question it too vague, as it's not clear what detail do you think is missing, but it looks all the detail are here: http://msdn.microsoft.com/en-us/library/system.web.httprequest%28v=vs.110%29.aspx[^] :-).

—SA


这篇关于如何获取HTTP请求详细信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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