-
Notifications
You must be signed in to change notification settings - Fork 76
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
Use with apk installed certificate #29
Comments
Ah, that's interesting! I hadn't considered that use case. I think we could certainly 'skip certificate trust' as an option at that stage (but we probably do need to prompt every time you launch it without just pressing 'reconnect', but at least you would just have to press 'skip' to make it work). That would need a little bit of tweaking for the Connected UI too to show that state in a sensible way. I don't know much about Android TV, I'm happy to add support for that but I'm not sure what's required. Would you be interested in opening a PR for either of those changes? Just so you know, HTTP Toolkit Pro is totally free for all contributors. |
I created PR. You can use it as source to implement better way) |
This is now live at https://github.com/httptoolkit/httptoolkit-android/releases/tag/v1.5.0, and that version will be used for setup automatically by HTTP Toolkit on new devices. Some delay in actually releasing this to the play store - turns out Android TV requires AAB, and some updated play store policy requires lots of other updates, but it's coming there too (which will prompt existing installs to update). Pending some review so that may take a week or two before it's live. |
Currently if app cannot install certificate app reject to startup. But certificate already integrated in my app and i dont need to see all traffic.
Now only way is setup proxy on android to use with non rooted devices.
Also please add compatibility with Android TV: currently app not shows in app list(but works good with dpad still)
The text was updated successfully, but these errors were encountered: