View Single Post
  #1 (permalink)  
Old November 13th, 2006, 03:39 PM
Priyank26 Priyank26 is offline
Registered User
 
Join Date: Nov 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Priyank26
Default Response Header getting corrupted



Hi all,

I am facing a problem with IIS-SSO proxy. The topology requires IIS to communicate to Tomcat. I captured the network traffic with the IIS-SSO incorporated and compared that with the case where no proxy(IIS) was in picture. I noted two important points which were missing from the response that IIS formed. These are :

1. Exclusion of a content-length and transfer-encoding header in the response.

2. Exclusion of a carriage-return/break in the server response, so there isn't a clear indication of where the HTTP header stop and the payload begins.

I searched for the configuration option that can fix this up but didn't have any luck. Has anyone faced this issue before?

Any help on this will be much appreciated.

Thanks,
Priyank
Reply With Quote