Closed
Bug 327905
Opened 19 years ago
Closed 9 years ago
Error while submitting form using method="post" over squid proxy since 1.5.0.1.
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: vysotskivv, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
ERROR
The requested URL could not be retrieved
While trying to process the request:
POST /preisvergleich/MainSearchProductCategory.html HTTP/1.1
Host: www.idealo.de
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.idealo.de/
Cookie: uid=1140433536503; ufv=1140433536503; JSESSIONID=dENi8Q1xGuRe; RSE=1110433813733646391; DM0=idealo.de; t11235v3=RS0:1110433813733646391|DM0:idealo.de; frfxplg=4
Content-Type: application/x-www-form-urlencod&# 12;G&# 2;
The following error was encountered:
* Invalid Request
Some aspect of the HTTP Request is invalid. Possible problems:
* Missing or unknown request method
* Missing URL
* Missing HTTP Identifier (HTTP/1.0)
* Request is too large
* Content-Length missing for POST or PUT requests
* Illegal character in hostname; underscores are not allowed
Your cache administrator is webmaster.
Generated Mon, 20 Feb 2006 09:49:31 GMT by koenig-exchange.HORIZON (squid/2.5.STABLE7)
Reproducible: Always
Steps to Reproduce:
1.http://www.idealo.de
2.enter text in search input
3.submit (using post method)
IE 6, Opera 8.5 as well as Firefox 1.06 working fine withing the same network and with the same settings
Assignee: nobody → darin
Component: General → Networking: HTTP
Product: Firefox → Core
QA Contact: general → networking.http
Version: unspecified → Trunk
Works for me (using Squid and both:
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
).
I notice that the trace you pasted doesn't include a Content-Length header, which explains Squid's complaint.
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•