Hi,
In IIS (Version 8.5), I am trying to implement dynamic compression for my Web API response. In this process, I noticed that some of the responses(May be some large response) was transferred to the client in the form of Chunks,with the response header as"Transfer-Encode: Chunked" , I gone through some of the portals, saying that there some disadvantages like Internet explorer may not work properly , and some body says some of their pages not working because of Chunking etc...
My question is , are there still these type of problems exist with Chunking.? and are there any other known issues ???
One more thing is , we are hosting our application in two servers and managing them using LOAD BALANCER, So, because of Chunking ,are there any problems for us???
Please let me know..
Thanks,