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

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -