View Single Post
  #2 (permalink)  
Old May 14th, 2008, 15:07
svenhaul svenhaul is offline
Junior Member
 
Join Date: Mar 2008
Location: Dortmund,Germany
Posts: 22
Thanks: 7
Thanked 4 Times in 4 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
svenhaul is on a distinguished road
Re: Content Type Declaration in HTTP Header for outbound transmissions

Hi Pete,

the apache web server has a module called mod_headers that might help: "This module provides directives to control and modify HTTP request and response headers. Headers can be merged, replaced or removed."

You would probably need to dig a bit into the apache configuration to make sure that the header change is only done for the appropriate communication, but there are plenty of possibilities (and documentation) around for that.

Hope that helps,
Sven
Reply With Quote