Hi,
I have several proxies that integrates with multiple end systems and I have a requirement to always return to my API consumers with Content-Type: application/json; charset=utf-8. How can I make sure that, regardless of the charset sent by the backends, my Proxy response always return the charset=utf-8? Is there any policy to do something like this?
Thanks in advance,
Fábio