From bb26ddb2bb69a10ad8a9064d618295705275bc4b Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 10 Sep 2008 15:00:25 +0000 Subject: [PATCH] Print out denied host. git-svn-id: http://svn.openlayers.org/trunk/openlayers@7990 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/proxy.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/proxy.cgi b/examples/proxy.cgi index a3f78be57a..1bda4a9376 100755 --- a/examples/proxy.cgi +++ b/examples/proxy.cgi @@ -40,8 +40,8 @@ try: print "Status: 502 Bad Gateway" print "Content-Type: text/plain" print - print "This proxy does not allow you to access that location." - print + print "This proxy does not allow you to access that location (%s)." % (host,) + print print os.environ elif url.startswith("http://") or url.startswith("https://"):