Re: No Proxy for IP addresses
Michael Lefevre <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.prefs |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
In article <[email protected]>, Andreas Ossenbrueggen wrote: > > Michael Lefevre schrieb: > >> maybe you can access your intranet server using it's IP address, and >> include the IP address in that field? > > OK, I see that works for a single IP address. But what about IP subnets? [snip] no, you can't do that. it needs to match the address in the URL, and http://192.168.1.1/ is valid, but 192.168.0.* or 192.168.0 is never going to match exactly - it's not aware of the IP addresses, it just matches the "hostname" (even if that text is actually an IP address) -- Michael