You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/12/06 22:56:05 UTC

DO NOT REPLY [Bug 34716] - ProxyPass results in Bad Request

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34716>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34716


edwin.meester@qme.nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |REOPENED
         Resolution|INVALID                     |




------- Additional Comments From edwin.meester@qme.nl  2005-12-06 22:56 -------
After some more investication it seems Apache puts the header twice:

GET / HTTP/1.1\r\n
Host: www.mydomain.com:80\r\n
Accept: */*\r\n
Accept-Language: en-us\r\n
UA-CPU: x86\r\n
Accept-Encoding: gzip, deflate\r\n
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR
1.1.4322)\r\n
Max-Forwards: 10\r\n
X-Forwarded-For: 80.69.81.37\r\n
X-Forwarded-Host: www.proxydomain.com\r\n
X-Forwarded-Server: www.proxydomain.com\r\n
GET / HTTP/1.1\r\n
Host: www.mydomain.com:80\r\n
Accept: */*\r\n
Accept-Language: en-us\r\n
UA-CPU: x86\r\n
Accept-Encoding: gzip, deflate\r\n
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR
1.1.4322)\r\n
Max-Forwards: 10\r\n
X-Forwarded-For: 80.69.81.37\r\n
X-Forwarded-Host: www.proxydomain.com\r\n
X-Forwarded-Server: www.proxydomain.com\r\n\r\n

Which ofcourse results in:

A ProxyPass to the same server, results in a 400 error.

Bad Request

Your browser sent a request that this server could not understand.
Request header field is missing ':' separator.

GET / HTTP/1.1

Apache/2.0.54 (Win32) PHP/5.0.4 Server

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org