I want to turn off chunked encoding in my IIS webserver so I can get the content length, and I had turned off the chunked encoding in IIS webserver in IIS webserver feature as you can see below
but why is it even after I change the Enable Chuncked Encoding
value to false, the Transfer-Encoding: chunked
still appear in Live HTTP header??
so what happened?