Prevent data from loading using shouldInterceptRequest
问题 While this has been asked several times, the only question that really relates to my issue is this (Can I use shouldInterceptRequest to block a particular call in Android?), but it was asked more than 3 years ago and eventually got no replies. The request I'm trying to block is a POST request, so the shouldOverrideUrlLoading method is unable to intercept it. After a button is clicked, the webview loads an URL that contains the following string: "androidBundleId_********". I need to block this