We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see the example where pages are retrieved and everything is cached correctly. The next time I load the same url, I see the X-RNCache header.
However, Is there a way to do this using images? I don't see those headers even though Google Chrome shows that there's a last modified date, etc.
The text was updated successfully, but these errors were encountered:
I tried adding something like:
[mutableURLRequest setValue:@"Wed, 01 Apr 2015 20:56:51 GMT" forHTTPHeaderField:@"If-Modified-Since"];
in the mutable workaround, so now I correctly get a "304" status code on my response. However, it doesn't retrieve the cached image.
in
it seems like the redirectResponse is always nil so it never gets the cached version.
Sorry, something went wrong.
No branches or pull requests
I see the example where pages are retrieved and everything is cached correctly. The next time I load the same url, I see the X-RNCache header.
However, Is there a way to do this using images? I don't see those headers even though Google Chrome shows that there's a last modified date, etc.
The text was updated successfully, but these errors were encountered: