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

How to start daemon on android by adb -

testing - Detect whether test has failed within fixture -

Angularjs unit testing - ng-disabled not working when adding text to textarea -