Closed
Bug 191274
Opened 22 years ago
Closed 22 years ago
No proxy for: 10.0.0.80 (local net area) doesn't work.
Categories
(Core :: Networking, defect)
Tracking
()
People
(Reporter: denox, Assigned: darin.moz)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3a) Gecko/20021212
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3a) Gecko/20021212
No proxy for: 10.0.0.80 (local net area) does'n work. It works only if write
[.0.0.80]
Reproducible: Always
Steps to Reproduce:
1. Choose IP in your own local network (neibour computers) with some http
servise on it.
2. Fill in Preferences http proxy field (your local net proxy must exist, and it
must have another ip respect to chosen in step 1)
3. Fill in [No Proxy For] field in Preferences with IP chosen in step 1.
4. Try to go to IP chosen in step 1.
Actual Results:
FCK!!!. It goes through proxy.
Expected Results:
Browser must connect directly, without proxy!
Proxy server chosen in my Preferences is runing on port 3128. I suppose that
Mozilla accepts only [DNS]-style templates, cause it's mask can start from [.]
symbol.
IP templates can't start from [.], because mask [.192.168.0.2] for example is a
fkin noncence!!!
Reporter | ||
Updated•22 years ago
|
Alias: NoProxy4_problem
Assignee | ||
Comment 2•22 years ago
|
||
not an exact duplicate, but bug 80918 says how we are going to support
ip-address "wildcards"
using ".0.0.80" or "0.0.80" to match "10.0.0.80" is not supported. see bug
80918 for the correct ip-address wildcard syntax.
*** This bug has been marked as a duplicate of 80918 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
VERIFIED:
dupes probably should not have aliases.
shorted summary for readability.
-> networking (affects more than http)
Alias: NoProxy4_problem
Status: RESOLVED → VERIFIED
Component: Networking: HTTP → Networking
QA Contact: httpqa → benc
Summary: No proxy for: 10.0.0.80 (local net area) does'n work. It works only if write [.0.0.80] → No proxy for: 10.0.0.80 (local net area) does'n work.
one more question. Do you want this to work w/ subnet mask format or CIDR
format? (If you don't know what either is, that is useful info for us as well).
Summary: No proxy for: 10.0.0.80 (local net area) does'n work. → No proxy for: 10.0.0.80 (local net area) doesn't work.
You need to log in
before you can comment on or make changes to this bug.
Description
•