On the Android WebView
, since API 21, the shouldInterceptRequest
method passes a WebResourceRequest
. This is very useful for intercepting requests but I noticed that on POST
requests, it doesn't pass any post data. Is there some way around this?
Edit: the question that was pointed to when marking this one as duplicate is very outdated, I'm specifically talking about the new WebResourceRequest
.