javascript - My server request needs to be converted from Http to Https -
actually request in mobile application hit server url(http) not ssl secured. so, mbl application hit server url in secured way.. mean use of ssl protocols https. how convert http https..?
on js-side, have remove hard-code http prefixes https. server, need buy ssl certificate , enable ssl running on port 443. https://security.stackexchange.com/a/65007
Comments
Post a Comment