diff --git a/Chapter1 - iOS/1.44.md b/Chapter1 - iOS/1.44.md index a04c52b..82e5899 100644 --- a/Chapter1 - iOS/1.44.md +++ b/Chapter1 - iOS/1.44.md @@ -813,3 +813,4 @@ NSURLProtocol能够让你去重新定义苹果的URL加载系统(URL Loading Sys 方法二(JS 侧): 通过 AJAX 请求的 hook 方式,将网络请求的信息代理到客户端本地。能拿到 WKWebView 里面的 post 请求信息,剩下的就不是问题啦。 +AJAX hook 的实现可以看这个 [Repo](https://github.com/wendux/Ajax-hook). \ No newline at end of file