Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When proxyman captures Android packets, can it forward traffic through VPN like the httptoolkit mode? #2004

Open
ThinkerT opened this issue Apr 24, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@ThinkerT
Copy link

Description

When proxyman captures Android data packets, can it add the function of forwarding traffic through VPN like httptoolkit mode?

Why this feature/change is important?

This can solve the scenario where the official version of apps captures https traffic without having to add AndroidManifest.xml.

@ThinkerT ThinkerT added the enhancement New feature or request label Apr 24, 2024
@NghiaTranUIT
Copy link
Member

Can you share with me the Docs of the VPN feature from HTTPToolkit ?

This can solve the scenario where the official version of apps captures https traffic without having to add AndroidManifest.xml.

I'm not sure if if the VPN solution is possible because Android requires the AndroidManifest.xml in order to decrypt HTTPS traffic.

@ThinkerT
Copy link
Author

https://httptoolkit.com/docs/guides/android/

Its usage process requires installing its own app on the Android side, and the traffic should be sent to the httptoolkit on the PC side through the app.

您能与我分享 HTTPToolkit 中 VPN 功能的文档吗?

这样可以解决正式版应用捕获https流量的场景,无需添加AndroidManifest.xml。

我不确定 VPN 解决方案是否可行,因为 Android 需要 VPN 解决方案AndroidManifest.xml才能解密 HTTPS 流量。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants