url rewriting - IIS URL Rewrite - how to see rewritten URL? -
in iis i've set basic url rewrite inbound rule perform rewrite action domain:
pattern match: ^somedirectory/(.*)
action type: rewrite
rewrite url: http://www.google.com/{r:1} (using google test)
the problem is, how can see server has rewritten url to? when check iis logs (i have "log rewritten url" option ticked), expect see www.google.com somewhere - it's found.
the pattern matching because error: "502 - web server received invalid response while acting gateway or proxy server."
how can see going on behind scenes (how iis has changed request)?
Comments
Post a Comment