[ http://issues.apache.org/jira/browse/SYNAPSE-17?page=comments#action_12451931 ] Asankha C. Perera commented on SYNAPSE-17: ------------------------------------------
More information received via email Here's the information from tcpmon: 1) Direct Client to Service without Synapse: Response HTTP headers that are received from the service for a particular request: HTTP/1.1 200 OK Server: Microsoft-IIS/5.1 Date: Tue, 05 Sep 2006 16:48:45 GMT X-Powered-By: ASP.NET X-AspNet-Version: 1.1.4322 Set-Cookie: ASP.NET_SessionId=od3v0zflfk4fdi455wo5qm55; path=/ Cache-Control: no-cache Pragma: no-cache Expires: -1 Content-Type: text/xml; charset=utf-8 Content-Length: 296 2) Client to Service through Synapse: Response HTTP headers that are received from synapse for the same request: HTTP/1.1 200 OK Date: Tue, 05 Sep 2006 16:56:42 GMT Server: Simple-Server/1.1 Content-Length: 296 Content-Type: text/xml; charset=utf-8 Session id cookie is lost when it comes through synapse (as well as other headers). I haven't tested whether synapse is passing along request HTTP headers as is from the client to the server. > Some HTTP Headers do not getting passed around through Synapse > -------------------------------------------------------------- > > Key: SYNAPSE-17 > URL: http://issues.apache.org/jira/browse/SYNAPSE-17 > Project: Synapse > Issue Type: Bug > Components: Core > Reporter: Sanjesh Pathak > Assigned To: Asankha C. Perera > > Some HTTP headers like cookies get lost while going through Synapse. Synapse > does not pass HTTP headers as is from target Service to the client. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
