You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "nadir amra (JIRA)" <ax...@ws.apache.org> on 2007/01/15 20:12:28 UTC

[jira] Closed: (AXISCPP-998) wrong "Host:" HTTP request header when using HTTP proxy

     [ https://issues.apache.org/jira/browse/AXISCPP-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nadir amra closed AXISCPP-998.
------------------------------


> wrong "Host:" HTTP request header when using HTTP proxy
> -------------------------------------------------------
>
>                 Key: AXISCPP-998
>                 URL: https://issues.apache.org/jira/browse/AXISCPP-998
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Transport (axis3)
>    Affects Versions: current (nightly),  1.6 Beta
>            Reporter: Luke
>         Assigned To: nadir amra
>             Fix For:  1.6 Beta
>
>         Attachments: hosthdr.patch
>
>
> When using an HTTP proxy, the "Host:" HTTP request header is being produced specifying the hostname of the proxy server.
> However, according to the HTTP 1.1 spec, it should specify "the Internet host and port number of the resource being requested, as obtained from the original URI given by the user or referring resource".
> Reference: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23
> This bug results in HTTP proxy support being unusable in any case where the web server looks at this request header (which I think is usually the case).
> A patch to fix this bug is attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org