As Apple documentation says expectedContentLength
of NSURLResponse
may not return the value, if the protocol implementations does not report the content length as part of the response. So, is there any alternative to that, like executing javascript on UIWebView, that can return the content length?
Thanks for help.