Hi,
I'm having problems with Transfer-Econding set to chunked on ARR response headers. I have an ARR used like proxy server (to route incoming request to right farm IIS) and IIS 7.5 used as backend to seve web content. I have a problem downloading a simple pdf file using Chrome browser, who result corrupt. Unlike if I try to request same file without using ARR proxy but doing request directly to IIS the file is ok. Analyzing response headers on each request (with and without Application Request Routing) the only different is "Transfer-Encoding: chunked" response header is add using ARR, while requesting the page directly to IIS the response header containing Content-Lenght (as you can see on attached image). Is possible to disable data transfer mechanism on ARR?
Thanks a lot.