如何找到我的 Android 应用发出的 http(而不是 https)请求,并知道它们属于请求的域?

How can I find which http (not https) requests my Android app is making and know the domain they are of the request?

提问人:casolorz 提问时间:5/18/2023 更新时间:5/18/2023 访问量:89

问:

我的应用程序需要具有该属性,这是一个问题,因为某些第三方库认为这意味着它们可以使用而不是 .cleartextTrafficPermitted="true"httphttps

我已经实现了,但是当它被触发时,我只得到IP地址,我没有得到域名。detectCleartextNetworkStrictMode

网络检查器下的 Android Studio 向我显示所有带有 URL 的调用以及所有内容。有没有办法以编程方式获得它?

我知道我可以为自己的调用添加一个 to,但我需要找到的是来自可能不使用 .interceptorokhttphttps

有什么办法可以做到吗?

谢谢。

android-网络

评论


答: 暂无答案