php - Converting my web app to SSL -
i have server host web app requires log in. log in very insecure. has prompted me want switch on https.
if switch on ssl android app, uses http posting website,not allowed work?
your android app work ssl.
- update android app use new https api address
- on webserver should forward every request going http://example.com/login https://example.com/login
this way, current android version continue work, , new android version use https default.
Comments
Post a Comment