我正在尝试更新我的应用程序以使用 AFNetworking,但我需要使用的 web 服务将 JSON 作为文本/html 返回,当我尝试使用 AFJSONRequestOperation 时,这会中断:
Expected content type {(
"text/json",
"application/json",
"text/javascript"
)}, got text/html
无论如何在 AFNetworking 中覆盖它,以便我可以接受文本/html?