yada

tanzoniteblack 2018-09-12T00:58:22.000100Z

is there a way I can get application/json in the Content-Type response to return application/json;charset=utf-8?

dominicm 2018-09-12T05:06:56.000100Z

Json is always utf-8. Strictly speaking you shouldn't do that

tanzoniteblack 2018-09-12T17:02:52.000100Z

yeah...I completely agree with you, and this is the answer I've already told the Android team asking for this

tanzoniteblack 2018-09-12T17:03:02.000100Z

But, wanted to know if it was possible

malcolmsparks 2018-09-12T17:07:29.000100Z

You'd need to inject a custom interceptor.

tanzoniteblack 2018-09-12T17:56:43.000100Z

Good to know it's possible. I'm still going to go with my original solution of: Fix it on your end, people requesting this change

tanzoniteblack 2018-09-12T17:57:38.000100Z

thanks for the advice though

malcolmsparks 2018-09-12T17:59:06.000100Z

Agreed. Yada takes the view that standards are important to maintain

1💯
dominicm 2018-09-12T20:16:50.000100Z

I learned a while ago that telling others to fix things is the least amount of work for me.

tanzoniteblack 2018-09-12T21:08:31.000100Z

and this is one of those lovely situations where it's not only the least amount of work for me, but is also the rightâ„¢ solution