Post

Replies

Boosts

Views

Activity

How Intercept all the Http Request/Responce(GET,POST) in a website which loads on WkWebView from swift.
I need to Intercept all HTTP requests/responses (GET/POST) in a website that loads on WkWebView in the Swift app. I tried to work with this plugin [https://github.com/tommy19970714/WebKitURLProtocol]. I was able to intercept with GET request, But it cannot work with POST requests because the POST request body is always missing when I intercept it on the swift.
1
1
2.3k
Sep ’22