Matti MK
12/29/2022, 2:13 PMContent-Type text/html; charset=UTF-8. The response is as follows { "result": [ "foo", "bar" ] }. When I try to serialize this into a POJO Ktor I get the following error:
No transformation found: class io.ktor.utils.io.ByteBufferChannel -> class FooList
This is most certainly about the wrong Content-Type, but in this case I cannot change the server