问题
I'm sending with POST some data to server using NSURLSession
, I did it over HTTP, now I had to change to HTTPS. To my pleasant surprise all is working fine, which means that all I did was changing url from http to https.
But is it enough? Should I take any additional steps? Is it secured? The server has SSL certificate.
来源:https://stackoverflow.com/questions/25864622/nsurlsession-https-is-any-other-setup-needed