WCF Content-Length HTTP header on outbound message

前端 未结 3 682
悲哀的现实
悲哀的现实 2020-12-19 20:57

I\'m in a tough situation in which a Java web service endpoint hosted on an IBM HTTP Server (IHS) requires a Content-Length header, although it supposedly conforms to HTTP/1

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-19 21:36

    transferMode=StreamedResponse in the app.config helped me too for an issue similar to yours. I had a WCF architecture for Sync Framework and Squid proxy 3.1.20 didn't like the Streamed transferMode Many thanks !

提交回复
热议问题