How to set default charset to the inbound requests header
we are consuming a service which doesn't return charset in content type as part of response headers .
since charset is missing in response header ,all latin letters are decoded using window-1252( ätm---> ätm) .
Is there anyway to define the charset as utf-8 in response header by default ?
Response Headers:-. Connection: Keep-Alive Content-Type: application/json