Android-Request-Inspector-WebView icon indicating copy to clipboard operation
Android-Request-Inspector-WebView copied to clipboard

Get response.body from an intercepted request

Open sanketsarang opened this issue 2 years ago • 1 comments

It would be good to have a feature to capture the response body as well.

Desired Syntax

val response = super.shouldInterceptRequest(view, webViewRequest)
println(response.body)
return response

sanketsarang avatar Sep 24 '23 09:09 sanketsarang

Being able to inspect the response is a good new feature, and it can be done easily once the library is capable of modifying and sending the requests. This new capability has been described in https://github.com/acsbendi/Android-Request-Inspector-WebView/issues/2 too

acsbendi avatar Oct 11 '23 18:10 acsbendi