Http Doubt x Https Android

Asked

Viewed 61 times

-2

I’m creating an Android application. This one calls PHP files via Httppost.

I ask: what changes do I call with https instead of http (I start from the point I will use https, already certified on the installed server).

The doubt would be in practice, what changes in this data? Are they encrypted? Including the parameters?

How can I see the output of this encryption.

  • Your question is related to Http vs Https, has nothing to do with android.

1 answer

1

Https communication is encrypted. In practice any intermediary who intercepts their packages and does not possess the private key will not be able to read your message.

To see the output just install a Sniffer on your machine, like wireshark, and listen to https and http connections. Soon you will see that the https message will be encrypted.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.