HTTP headers used by NSURLConnection



Is there any way to get the HTTP headers which requests of a WebView
of NSURLConnection send to web servers in addition to the ones that are
set in the NSURLRequest itself? In the delegates of a WebView all
requests do only contain the HTTP headers which were set through

[request setValue:acceptLanguage forHTTPHeaderField:header]

from the application itself. But WebView also sends many other HTTP
headers. Is there a way to get these other HTTP headers as well?


--
Alexander
.


Loading