Groups | Blog | Home
all groups > dotnet web services enhancements > july 2004 >

dotnet web services enhancements : Retrieving HTTP Headers from a Routing Handler


Softwaremaker
7/21/2004 5:38:06 AM
Hello all,

I have a strange request to make. I need to be able to read the HTTP Headers
for a SOAP Message coming in over HTTP to a intermediary router.
Conincidentally, the request coming in is not WSE-aware which means that the
addressing details are not there and therefore I need to extract the
Header-details to find out more about the HTTP-Post Details.

--
Thank you very much

Warmest Regards,
Softwaremaker
Architect | Evangelist | Consultant

+++++++++++++++++++++++++++++++++

Softwaremaker
7/21/2004 3:27:14 PM
OK, this one blind-sighted me

System.Web.HttpContext.Current.Request.Url.ToString().

Thanks :)

[quoted text, click to view]

AddThis Social Bookmark Button