mod_rewrite SCRIPT_URL/SCRIPT_URI variables access
Brought to you by:
wrowe
If you use mod_rewrite, it adds 2 environment variables:
named SCRIPT_URL and SCRIPT_URI. They contain original uri/url as they were initially requested: http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html#EnvVar
Enhancement request; provide some mechanism to access these variables from mod_aspdotnet.
This intersects with the GetClientCertificate interest, so researching