You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by luis medrano <lm...@gmail.com> on 2013/02/24 23:15:48 UTC

[users@httpd] use proxy for http request

Hi Guys,

I'm trying to test some of our servers using proxy to make a http request
such like this:


http://<proxy ip>:<port>?url=http://mysite.com

in another words:

http://xx.xx.xx.xx:8080?url=http://mysite.com

But when I make the request I get this error:

There is a loop in network for HTTP traffic. Check your network topology
and proxy & firewall configuration


Any of you knows a way around this?

Best regards,
Luis