AFNetworking : How to know if response is using cache or not ? 304 or 200
AFNetworking : How to know if response is using cache or not ? 304 or 200
I can’t find any answer to my question, may be I miss something…
When I ask for a url, I need to know if the response comes from the cache or from the net.
Is the status code 304 or 200 ? (but AFNetworking always responde 200)
With ASIHTTPRequest I used to check “didUseCachedResponse” from ASIHTTPRequest, this was perfect.
Best Answer
I think I found a solution to determine if response was…
View On WordPress













