Re: proxy.pac

From: Ethy H. Brito <ethy@dont-contact.us>
Date: Wed, 10 Nov 1999 18:28:58 -0200 (EDT)

On Wed, 10 Nov 1999, Milda Mimiene wrote:

>
> function FindProxyForURL(url, host)
> {
> if (url.substring(0, 5) != "http:" || isPlainHostName(host) ||
> dnsDomainIs(host, ".ktu.lt") ||
> dnsDomainIs(host, ".litnet.lt"))
> return "DIRECT";
> else if (shExpMatch(host, "*.lt"))
> return "PROXY 193.219.61.9:8080; DIRECT";
> else
> return "PROXY proxy.ktu.lt:8080; DIRECT";
>
> }
>
> Maybe some of you could send some proxy.pas examples.
>
> Any suggestions would be great appreciated.

Dear user

Try

         return "PROXY 193.219.61.9:8080; DIRECT; 193.219.61.9:8080";
and
         return "PROXY proxy.ktu.lt:8080; DIRECT; proxy.ktu.lt:8080";

respectively

I read somewhere else that Microsoft reads it backwards.

Ethy H. Brito /"\
InterNexo Ltda. \ / CAMPANHA DA FITA ASCII - CONTRA MAIL HTML
+(12) 341-6860 X ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
Sao Jose dos Campos / \
Received on Wed Nov 10 1999 - 13:34:02 MST

This archive was generated by hypermail pre-2.1.9 : Wed Apr 09 2008 - 11:57:32 MDT