Method | Description | |
---|---|---|
GetOriginalUrl ( this request ) : |
Gets the original URL requested by the client, without artifacts from proxies or load balancers. In particular HTTP headers Host, X-Forwarded-Host, X-Forwarded-Proto are applied on top of HttpRequestBase.Url.
|
public static GetOriginalUrl ( this request ) : |
||
request | this | The request for which the original URL should be computed. |
return |