kasketis / netfox

A lightweight, one line setup, iOS / OSX network debugging library! 🦊
MIT License
3.68k stars 373 forks source link

Question: How does WKWebView Hook work? #218

Closed jinaiyuanbaojie closed 2 years ago

jinaiyuanbaojie commented 2 years ago

Hi man, GOOD DAY I have 2 questions about this amazing repo.

  1. NSURLProtocol does not work with WKWebView, But how does your repo work with? Where are the key codes?
  2. I send http request via NSURLConnection, but the delegate I setup to NSURLConnection was not called, why?
vGubriienko commented 2 years ago
  1. Netfox currently doesn't support WKWebView. You could see only mock in demo app.
  2. Could you provide code example?