×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Richard,
I don't know much about the .pac personally but I do use a .pac file to
allow me to connect my laptop to my home network and my office network
without having to change proxy settings.
The contents of that file is:
function FindProxyForURL(url, host)
{
if (isInNet(myIpAddress(), "192.168.1.0", "255.255.255.0"))
return "PROXY 192.168.1.3:8080";
else
return "DIRECT";
}
Some links I found:
http://en.wikipedia.org/wiki/Proxy_auto-config
http://www.craigjconsulting.com/proxypac.html
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP
/Q_22487983.html
There is a gotcha that I have encountered.
IE. If you require any proxy advanced settings you may have issues.
Norm Dennis
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[
mailto:midrange-l-bounces@xxxxxxxxxxxx]On Behalf Of Richard ECUYER
Sent: Friday, 6 April 2007 5:55 PM
To: Midrange Systems Technical Discussion
Subject: Proxy and .pac
Hi group,
I use socket from the iserie to send http request outside.
For one specific server, i must use a proxy or a .pac config file.
Can someone point me to one site or somewhere i can found some
informations about that ?
I know nothing about proxy and .pac files, and it will be great if i can
read something about the theory and tools to do that from the iserie.
Thank's in advance.
--
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.26/746 - Release Date: 4/04/2007
1:09 PM
As an Amazon Associate we earn from qualifying purchases.