As a user, is there a way to know if the page displayed in a webview inside an application is using https or not?
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
|
I don't think there is a way to find out directly. The only thing I can think of is
|
|||
|
|
|
If you control the network, you can use Shark for Root to check whether the apps open port 80 (default port for HTTP) or port 443 (default port for HTTPS). IIRC, WireShark can also read HTTP headers. If you don't want to root your phone, and you're on a Wifi network that you owned; you can use Wireshark/Firesheep to snoop on the traffic of the Android device from your laptop. |
|||
|
|