Hi @davidef34326447 , Ok. Not sure then, Is it causing any issue due to this charset ? If you still need it but not able to achieve via code, force charset at the dispatcher level. Something like below but more specific to your XMLs. <LocationMatch "\.(?i:xml)$">
ForceType application/xml
Header...