Relaying a request in asp.net (Forwarding a request)

后端 未结 5 2287
面向向阳花
面向向阳花 2020-12-07 16:04

I have a web application that communicates between two different web applications (one receiver and one sender, the sender communicates with my application, and my applicati

5条回答
  •  暖寄归人
    2020-12-07 16:52

    HttpContext includes the Request property, which in turn contains the Headers collection. It should be all the information you need.

提交回复
热议问题