-
-
Couldn't load subscription status.
- Fork 6k
Closed
Description
As I know, SDWebImage's http header can be modified as below:
SDWebImageDownloader *manager = [SDWebImageManager sharedManager].imageDownloader;
if (coverRefer.length > 0) {
[manager setValue:coverRefer forHTTPHeaderField:@"Referer"];
}
In my application, I have a tableView with 3 different http referers. How can I custom header for every HttpRequest?
Metadata
Metadata
Assignees
Labels
No labels