开发者

Android Secure HTTP communication

开发者 https://www.devze.com 2023-04-09 10:22 出处:网络
I\'m really new to Android programming, so this may seem silly to do this...but I want to communicate to a PHP server (I assume using J开发者_运维百科SON is best).So...would I use a HTTP connection o

I'm really new to Android programming, so this may seem silly to do this...but

I want to communicate to a PHP server (I assume using J开发者_运维百科SON is best). So...would I use a HTTP connection or what? IS there anyway to make this 'secure', like if I was sending site user credentials over the wire?


Secure - against what?

Secure against eavesdropping in the middle - just use HTTPS instead of HTTP.

Secure against devices being stolen - introduce user authentication on the site.

0

精彩评论

暂无评论...
验证码 换一张
取 消