I´ve just changed my code for caching images away from EGOImageCache to SDWebView. Unfortunately i don´t know how to set custom HTTP headers as i have to send authentificati
I am using Basic authentication and setting the username and password on the sharedDownloader helped:
username
password
sharedDownloader
SDWebImageDownloader *downloader = [SDWebImageDownloader sharedDownloader]; downloader.username = @"username"; downloader.password = @"password";