changing content-type on reverse proxy

#1
Is there any way to configure litespeed so it can change content-types on a file that's coming from an external app?

In this case I have litespeed proxying a few other webservers, and they add a '; charset=' to the content-type. I have no control over that and I need to strip it off.

Thanks for readin
 

mistwang

LiteSpeed Staff
#2
LiteSpeed can add "; charset=", but cannot remove it from a response header.
Why do you need to do that? Usually, charset is useful.
Anyway, you need to fix it from the external app side.
 
#3
Ya I know it's useful .I'm just out of ideas. This particular server is dishing out playlist files, and some browsers just won't open media player and pass the content off to it. I've done some header sniffing on various other services that do the same thing, but have no issue. The only difference in the header is ; charset = xxx. All the ones that work don't have that.
 
Top