We are using AFNetworking to handle URL requests back to the server.
For some reason we are seeing duplicate content-length headers only when working on 3G. When we are in WIFI there is no problem.
Anybody know why this would happen?
Thanks!
We are using AFNetworking to handle URL requests back to the server.
For some reason we are seeing duplicate content-length headers only when working on 3G. When we are in WIFI there is no problem.
Anybody know why this would happen?
Thanks!
Carriers have a tendency to change outgoing requests when connecting over cellular networks like 3G or EDGE (essentially, a benevolent man-in-the-middle attack). This is outside of the purview of AFNetworking, and quite possibly out of the hands of the URL Loading System (NSURLConnection
) on which AFNetworking is based.