Re: HTTP headers for Redirected HEAD requests

2019-06-23 Thread Oleg Kalnichevski
On Sun, 2019-06-23 at 13:32 +, Krishna Sankaran wrote: > Attached the curl output for the same URL. > There is a 301, followed by 302 followed by 200. > Content-Type: text/html; charset=utf-8 is seen for the 301 and 302. > and there is no Content-Length > But finally, for the 200 i see the

Re: HTTP headers for Redirected HEAD requests

2019-06-23 Thread Krishna Sankaran
Attached the curl output for the same URL. There is a 301, followed by 302 followed by 200. Content-Type: text/html; charset=utf-8  is seen for the 301 and 302. and there is no Content-Length But finally, for the 200 i see the correct Content-Type and Length. Content-Type: video/mp4 

Re: HTTP headers for Redirected HEAD requests

2019-06-23 Thread Oleg Kalnichevski
On Sat, 2019-06-22 at 17:22 +, Krishna Sankaran wrote: > No, Disabling header compression did not work. One thing to notice > is this redirect is not to another host, but a different path in the > same server. Does it make a difference? I have attached the log > below. > Krishna, But