在 Objective-C 中使用 AFNetworking 上传图片时出错

Getting error in uploading image with AFNetworking in Objective-C

在 Objective-C 中使用 AFNetworking 上传图片时出错:

Error Domain=com.alamofire.error.serialization.response Code=-1011 "Request failed: bad gateway (502)

看看https://en.wikipedia.org/wiki/List_of_HTTP_status_codes

502 错误表示您尝试上传到的服务器有问题,尤其是其中一个上游服务器有问题。如果您在尝试上传到相同 URL(例如网络浏览器)的其他客户端上没有收到此错误,根据我的经验,罪魁祸首是网关服务器和上游服务器未处理 headers同样的方式,但你的里程可能会有所不同。