Closed
Bug 304422
Opened 19 years ago
Closed 19 years ago
HTTP Proxy: request is sent to the wrong host -- wrong HTTP protocol version
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 143404
People
(Reporter: iulianu, Assigned: darin.moz)
Details
1. In Tools->Options (or Edit->Preferences) set a HTTP proxy via manual configuration. Use the same settings for all protocols. 2. Restart Firefox 3. Type in a URL, e.g. http://www.google.com . Google page loads normally. 4. In the same tab, type another URL, e.g. http://ftp.mozilla.org. ***The Google page shows up again***, instead of the requested page. 5. Type an URL with a path, e.g. http://ftp.mozilla.org/pub/mozilla.org/firefox/ . ***A Google "404 Not Found" error page shows***.
| Reporter | ||
Comment 1•19 years ago
|
||
Setting network.http.proxy.version to "1.0" instead of "1.1" (in about:config) makes it work correctly. This may be a problem with the proxy software not supporting HTTP/1.1. See also bug 198931. Shouldn't we should provide a GUI for specifying the HTTP version to use with a proxy?
Component: General → Networking
Product: Firefox → Core
Summary: HTTP Proxy: request is sent to the wrong host → HTTP Proxy: request is sent to the wrong host -- wrong HTTP protocol version
Version: 1.0 Branch → 1.7 Branch
Updated•19 years ago
|
Assignee: nobody → darin
QA Contact: general → benc
Comment 2•19 years ago
|
||
for GUI issues this is the wrong component what proxy are you using? and what firefox version?
Comment 5•19 years ago
|
||
a very easy search with "analogX" aqnd you get bug 143404 *** This bug has been marked as a duplicate of 143404 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•