| 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 |