SDWebImage/SDWebImage
View on GitHubSDWebImage: After adding .refreshCached as option, get is being called without request headers `If-None-Match` and `If-Modified-Since`. How to cache those as well from response http headers and send in request http headers?
Open
#3,589 opened on Aug 24, 2023
feature requesthelp wantedusage
Repository metrics
- Stars
- (25,648 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Issue Description and Steps
As per my understanding it must be adding http header and we'll get 304 (not modified in response).