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
HttpContext includes the Request property, which in turn contains the Headers collection. It should be all the information you need.