CocoaDev

Edit AllPages

I use WebView to load page, and some pages have cache-control dirrectives (pragma no-cache, etc.) WebView follows this dirrectives, so when I load them, there are no access to data via

cResponse is nil��

what can I do to access data of resource for loaded page in case of no-cache pragma? Is there any way to force storing cache for such pages?