Re: NSURLRequest conditional GET

2008-06-19 Thread Marc Monguio
below... On Jun 19, 2008, at 6:13 PM, Jens Alfke wrote: On 18 Jun '08, at 3:01 AM, Marc Monguio wrote: The documentation I've found about "Conditional GET" in the web says I should be sending "If-Modified-Since" and "If-None-Match" headers with the contents of "Last-Modified" and ETag" he

Re: NSURLRequest conditional GET

2008-06-19 Thread Jens Alfke
On 18 Jun '08, at 3:01 AM, Marc Monguio wrote: The documentation I've found about "Conditional GET" in the web says I should be sending "If-Modified-Since" and "If-None-Match" headers with the contents of "Last-Modified" and ETag" headers from the last server's answer. However it doesn't l

NSURLRequest conditional GET

2008-06-18 Thread Marc Monguio
Some weird things seem to happen with NSURLRequest when used with NSURLRequestUseProtocolCachePolicy : 1) The documentation I've found about "Conditional GET" in the web says I should be sending "If-Modified-Since" and "If-None-Match" headers with the contents of "Last-Modified" and ETag" h