码迷,mamicode.com
首页 > 移动开发 > 详细

iOS 使用AFNetworking遇到异常 Request failed: unacceptable content-type: text/html

时间:2016-08-17 18:00:49      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:

http://www.jianshu.com/p/4bfcae659a44

常用修改方案:

self.acceptableContentTypes = [NSSet setWithObjects:@"application/json", @"text/json", @"text/javascript",@"text/html",@"text/plain",nil];

iOS 使用AFNetworking遇到异常 Request failed: unacceptable content-type: text/html

标签:

原文地址:http://www.cnblogs.com/zbuser/p/5780966.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!