Spring Webflux returns json with a default response header of Content-Type of application/json, which is fine on browsers such as chrome, but messes up on ios. On ios when the response header Content-Type returns application/json;charset=UTF-8 there is no problem on ios. So, can I change the Content-Type of the response header to application/json;charset=UTF-8 on ios?
Comment From: snicoll
Thanks for getting in touch, but it feels like this is a question that would be better suited to Stack Overflow. As mentioned in the guidelines for contributing, we prefer to use the issue tracker only for bugs and enhancements. Feel free to update this issue with a link to the re-posted question (so that other people can find it) or add some more details if you feel this is a genuine bug.