I use a web application that's returning a Content-MD5 header but in my iOS app, I cannot retrieve that header using [NSHTTPURLResponse allHeaderFields]
(whereas I can see it when I use cURL).
Does anyone know if iOS is deliberately removing that header?