iOS使用AFNetworking时使用Charles无法map local的问题

当使用AFNetworking,并且限定了json时,只能接受部分MIME类型,而如果用Charles进行map local的话,默认是text/plain,这会导致尽管返回有数据,但是AFNetworking拿不到response。

需要进行一下设置,参考:http://stackoverflow.com/questions/21829485/charles-map-local-not-working-for-json-data

go to Tools > Rewrite... > Add

1466062329-8711-MQFfi

之后就可以了

Leave a Reply

Your email address will not be published. Required fields are marked *