Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在使用 AFNetworking 处理返回服务器的 URL 请求。
出于某种原因,我们仅在使用 3G 时才看到重复的内容长度标头。当我们在WIFI时没有问题。
有人知道为什么会发生这种情况吗?
谢谢!
当通过 3G 或 EDGE 等蜂窝网络连接时,运营商倾向于更改传出请求(本质上是一种仁慈的中间人攻击)。这超出了 AFNetworking 的范围,并且很可能不受NSURLConnectionAFNetworking 所基于的 URL 加载系统 ( ) 的控制。
NSURLConnection