Hi, everyone
I am sorry for asking again, but I need to know answer if it’s possible. Here is my original post (https://kotlinlang.slack.com/archives/C0A974TJ9/p1549615027584900) it’s about using ktor on Android 4.4.2 - 5.0.1. I am sending POST request with body-type json. But in the output in proxy logger content-type of the request is changed to “text/html; charset=iso-8859-1”.
Is it bug or expected behaviour? I need to change something? Maybe I need to write my own client?
Thanks.