How to inspect HTTP requests made by WebViews

前端 未结 3 1369
野的像风
野的像风 2021-01-04 18:32

As you know, a lot of request (images, scripts, AJAX, etc.) are send when loading a single page. So I need to get all those request and inspect them.

So the question

3条回答
  •  忘掉有多难
    2021-01-04 18:54

    Look here: https://gist.github.com/kibotu/32313b957cd01258cf67 where you get the http headers at android >=21

提交回复
热议问题