Hello Markus, > POST /Test HTTP/1.1 > User Agent: Jakarta Commons-HttpClient/3.0-rc2 > HOST: my-server:9999 > ... > > This is a valid request. But in our intranet the request is blocked by a > firewall, because of the relative path in the request line (first line).
You can always switch to HTTP/1.0. Or check your browser for the address of your proxy. If it is an autoconfig URL, download the file from there: it's JavaScript deciding which proxy to use. hope that helps, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
