Martin Spott wrote:
> Erik Hofman wrote:
>
> > Index: metar.cxx
> > ===================================================================
> > RCS file: /var/cvs/SimGear-0.3/SimGear/simgear/environment/metar.cxx,v
> > retrieving revision 1.2
> > retrieving revision 1.3
> > diff -C2 -r1.2 -r1.3
> > *** a/metar.cxx 23 Feb 2004 20:07:20 -0000 1.2
> > --- b/metar.cxx 26 Feb 2004 09:46:36 -0000 1.3
> [...]
> > --- 56,64 ----
> > * delete m;
> > *
> > ! * SGMetar n("KSFO", "proxy.provider.foo", "3128", "proxy-password");
> ^^^
> "proxy-username" ?
When I use libcurl to do that, there is a single field called CURLOPT_PROXYUSERPWD
and the format is 'username:passwd'. You should try that syntax with FG.
> _I_ can configure the proxy to not ask for authorization, but for the
> sake of completeness it would be nice if the user could supply a
> username for proxy-authorization.
> BTW, after reading the patch I didn't figure _where_ to place the
> information for proxy use but probably digging a bit further with a
> running binary I'll get the clue ...
> On Unix we have the '$http_proxy' environment. Is there any counterpart
> on Windows and MacOS ?
Under windows, it should be in the registry, but I don't know where yet.
The same parameter is used by Outlook Express and Internet Explorer
and certainly by other apps. You can access it from the control panel.
-Fred
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel