SmileZXLee / ZXRequestBlock

基于NSURLProtocol一句话实现iOS应用底层所有网络请求拦截(含网页ajax请求拦截【不支持WKWebView】)、一句话实现防抓包(使Thor,Charles,Burp等代理抓包方式全部失效,且即使开启了代理,也不影响App内部的正常请求)。包含http-dns解决方法,有效防止DNS劫持。用于分析http,https请求等
MIT License
337 stars 86 forks source link

类似sdwebimage的sd_setImageWithURL,这种用法,拦截不了 #18

Closed rzshuo closed 8 months ago

rzshuo commented 8 months ago

我的应用里有很多图片的请求,是用sdwebimage的sd_setImageWithURL方法展示的 [imageView sd_setImageWithURL:[NSURL URLWithString:model.imageUrl]]; 这种情况拦截不了吗?

rzshuo commented 8 months ago

可能是缓存问题