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

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -