<@U0B8FU678> Yes I can. In our case, we have a fro...
# ktor
h
@mp Yes I can. In our case, we have a front end app using Spring-Boot in Java and Kotlin. Inside this app, we have a connector to IT webservices developed using Ktor. In production, we don’t have any issue because our webservices providers are in UTF-8. But for Q&A platform or tests platform we have some stubs provided by Q&A people. They work on winfows machine with Notepad and Notepad add BOM to UTF-8 in the case of Json file by default. And that make our ktor client using Jackson to fail parse the answer because of the BOM character added at the beginning of the file. Is that clear ?