Setting up a reverse proxy using IIS 7.5, here is the request/response path:
Client (network 1) <--> IIS 7.5 Proxy (network 1) <--> Weblogic Server (network 2)
The client receives an http 400 response (Multi-Hop Cycle Detected) from the reverse proxy server. What does that mean?