Closed
Bug 200343
Opened 22 years ago
Closed 22 years ago
Cannot navigate beyond the first page when Mozilla is behind a proxy
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 143404
People
(Reporter: eric.lhuillier2, Assigned: darin.moz)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; fr-FR; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (Windows; U; Win98; fr-FR; rv:1.3) Gecko/20030312
My internet connection resides in a Win98 SE PC using AnalogX proxy version 4.12.
I tried to use a Mozilla 1.3 running under Windows XP to access Internet. I launch
Mozilla then I connect to http://www.google.fr. Then I enter some query. I click
the search button. When I see the result page I try to clik on the links. But I
always have an 404 error. This error comes from Google. I encountered the same
trouble using Mozilla 1.0.1 under RedHat 8.0.
For exemple, I queried "configuration apache" and selected french language. In
the result list I click on the first link which is
linux.scola.ac-paris.fr/configuation_apache.htm
In the next page, which is the 404 error page from google, I can see the full
adress of the link in the adress field of Mozilla (plus http:// in the
beginning). And Google tells me "The requested URL /configuration_apache.htm was
not found on this server".
Reproducible: Always
Steps to Reproduce:
1. see above
2.
3.
Actual Results:
Cannot navigate outside the first site visited during the session.
Expected Results:
Navigate
The proxy parameters I tried to use are : manual configuration, proxy http :
192.168.1.2, port 6588, nothing for others proxies. I tried socks v4 and v5. But
both failed.
Reporter | ||
Comment 1•22 years ago
|
||
The proxy configuration works fine with IE 6 and Konqueror
Assignee | ||
Comment 2•22 years ago
|
||
reporter: can you please provide a packet trace demonstrating the problem and/or
a HTTP log. the HTTP log can be enabled by setting the following environment
variables prior to running mozilla:
if under win98, open up a DOS prompt and type:
C:\> set NSPR_LOG_MODULES=nsHttp:5
C:\> set NSPR_LOG_FILE=C:\log.txt
then run mozilla from the DOS prompt, something like this:
C:\> cd \path\to\mozilla
C:\path\to\mozilla\> .\mozilla.exe
then demo the problem and exit mozilla. when you are done, please upload
C:\log.txt to this bug report. thx!
if you have the means, a packet trace (from a tool like ethereal -- see
www.ethereal.com) would also be very useful.
Assignee | ||
Comment 4•22 years ago
|
||
yup, sounds right. reporter: set your HTTP version to 1.0 in "Edit ->
Preferences-> Advanced -> HTTP Networking"
*** This bug has been marked as a duplicate of 143404 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•