Philip Martin <[email protected]> writes: > If you run something like: > > curl -H - http://server/repository > > the Server line might identify the proxy.
Oops! Wrong option.
curl -I http://server/repository
or perhaps
curl -i -X PROPFIND http://server/repository
or perhaps visit
http://server/repository/non/existant
in a web browser. I'm not sure if there is a reliable way to identify a
proxy.
--
Philip
