I'm building REST client in WCF, however can't find a way to get the current request URI from a message inspector. It is required to create a signature for custom authentication.
get request URI from IClientMessageInspector
1.4k Views Asked by Ivan G. At
3
For the REST client, build it for IIS with ASP NET Compatibility enabled/required. You should be able to inspect HttpContext.Current in this scenario and discover the current request URI.