RE: lingo-l getNetText and proxy

2005-11-24 Thread Laurent Brigaut
Of Valentin Schmidt Sent: November 23, 2005 8:14 PM To: Lingo programming discussion list Subject: Re: lingo-l getNetText and proxy Propably I'm the only one interested in this :-) But anyway, I've checked it out, it's really very easy to do this for basic authentication. You only have to add

lingo-l getNetText and proxy

2005-11-23 Thread Tim Welford
Hi, Anyone know how I can use things like getNettext when the computer uses a proxy server to access the internet. Do I need to use a 3rd party xtra like UltimateNetXtra, or is there a way with just normal director lingo (MX 04) Thanks Tim [To remove yourself from this list, or to change to

Re: lingo-l getNetText and proxy

2005-11-23 Thread Duck
Wednesday, November 23, 2005, 2:08:58 PM, Tim wrote: TW Hi, TW Anyone know how I can use things like getNettext when the computer uses TW a proxy server to access the internet. TW Do I need to use a 3rd party xtra like UltimateNetXtra, or is there a TW way with just normal director lingo (MX

Re: lingo-l getNetText and proxy

2005-11-23 Thread Valentin Schmidt
hi tim, look up proxyServer(serverType, ipAddress, portNum) in the help. you can either get the proxy server's IP from the registry (pc, require's some (free) xtra; on the mac there is propably some comand to use with shell xtra), or let the user specify it manually. valentin Tim

RE: lingo-l getNetText and proxy

2005-11-23 Thread Tim Welford
Of Valentin Schmidt Sent: 23 November 2005 15:17 To: Lingo programming discussion list Subject: Re: lingo-l getNetText and proxy hi tim, look up proxyServer(serverType, ipAddress, portNum) in the help. you can either get the proxy server's IP from the registry (pc, require's some (free) xtra

RE: lingo-l getNetText and proxy

2005-11-23 Thread Laurent Brigaut
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Welford Sent: November 23, 2005 10:36 AM To: Lingo programming discussion list Subject: RE: lingo-l getNetText and proxy Thanks for that Valentin, Duck, I actually stumbled across the proxyserver function after my post, But looks

Re: lingo-l getNetText and proxy

2005-11-23 Thread Cole Tierney
Basic realm authentication should work. Just send your username:password as a base64 encoded string as an Authorization: Basic header. Guess that's why called basic authentication. :) -- Cole At 5:45 PM +0100 11/23/05, Valentin Schmidt wrote: I wonder if (depending on the authorization

RE: lingo-l getNetText and proxy

2005-11-23 Thread Laurent Brigaut
list Subject: Re: lingo-l getNetText and proxy I wonder if (depending on the authorization scheme?) you could use the multiuser xtra to authentificate at a http proxy server...? Does anyone know more about this? valentin Tim Welford wrote: Thanks for that Valentin, Duck, I

Re: lingo-l getNetText and proxy

2005-11-23 Thread Valentin Schmidt
IN INTERACTIVE MEDIA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Valentin Schmidt Sent: November 23, 2005 11:46 AM To: Lingo programming discussion list Subject: Re: lingo-l getNetText and proxy I wonder if (depending on the authorization scheme

Re: lingo-l getNetText and proxy

2005-11-23 Thread Valentin Schmidt
Of Valentin Schmidt Sent: November 23, 2005 11:46 AM To: Lingo programming discussion list Subject: Re: lingo-l getNetText and proxy I wonder if (depending on the authorization scheme?) you could use the multiuser xtra to authentificate at a http proxy server...? Does anyone know more about

Re: lingo-l getNetText and proxy

2005-11-23 Thread Valentin Schmidt
Sent: November 23, 2005 11:46 AM To: Lingo programming discussion list Subject: Re: lingo-l getNetText and proxy I wonder if (depending on the authorization scheme?) you could use the multiuser xtra to authentificate at a http proxy server...? Does anyone know more about this? valentin Tim