I have a requirement to get the request body from a POST request in our WebView
. It doesn't look like the WebResourceResponse
in WebViewClient.shouldInterceptRequest
has a method for this. Has anyone had the same issue and how did you worked around it?
Thanks!