Re: WebView and Headers

2010-07-17 Thread The Geezer
ight about the timing. Now I will have to do some more experimenting to relate the cookie to the correct data source. Thanks, theGeezer On Jul 17, 2010, at 4:59 PM, Keary Suska wrote: On Jul 17, 2010, at 1:16 PM, The Geezer wrote: I have an application I wrote for testing which has a

Re: WebView and Headers

2010-07-17 Thread The Geezer
am assuming from your response that I should be able to access these fields in the WebView delegates, right? On Jul 17, 2010, at 4:59 PM, Keary Suska wrote: On Jul 17, 2010, at 1:16 PM, The Geezer wrote: I have an application I wrote for testing which has a WebView. Everything works fine

WebView and Headers

2010-07-17 Thread The Geezer
I have an application I wrote for testing which has a WebView. Everything works fine, however, I would like to be able to log the HTTP Header Fields "Cookie" and "Set-Cookie". I seem to be able to access and log every http header except the cookie headers. They don't even show up using [(NSURL

Posix error 24

2010-05-15 Thread The Geezer
I wrote a cocoa application that periodically gets a posix error 24. I know this means my app's number of open files has exceeded kern.maxfilesperproc, however, I can't figure out when and where I'm leaving files open. This appears to be happening after accessing several hundred web pages.