[squid-users] proxy.pac-Bug in IE?

This is a discussion on [squid-users] proxy.pac-Bug in IE? within the Squid Users forums, part of the Web Server and Related Forums category; Hi there, I have the following proxy.pac file: === function FindProxyForURL(url, host) { if (isPlainHostName(host) || dnsDomainIs(host, ".effenberger&...


Go Back   Usenet Forums > Web Server and Related Forums > Squid Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-01-2004
Florian Effenberger
 
Posts: n/a
Default [squid-users] proxy.pac-Bug in IE?

Hi there,

I have the following proxy.pac file:

===
function FindProxyForURL(url, host)
{
if (isPlainHostName(host) ||
dnsDomainIs(host, ".effenberger"))
return "DIRECT";
else
return "PROXY nibbler.effenberger:3128";
}
===

What I want to achieve is that

1.) plain hostnames are accessed directly
2.) hostnames ending in .effenberger (my local domain) are
accessed directly
3.) all other connections should be accessed via my proxy

It works fine in Mozilla, Opera and Konqueror, but not in Internet Explorer.
If I open up any domain with ".effenberger.", it does not work. Example:
www.effenberger.de, www.effenberger.com, etc.

Is this a bug in IE?

Thanks for your help!
Florian

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 08:25 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0