Can one's post request data be sniffed?

前端 未结 4 1703
独厮守ぢ
独厮守ぢ 2020-12-19 01:55

I apologize, I am new to this and assume that I will mix some terms up.

I am trying to setup Google clientLogin and I am worried about sending my private information

4条回答
  •  抹茶落季
    2020-12-19 02:38

    It is an https connection. Meaning all data is encrypted.

    https is: HyperText Transfer Protocol Secure

    Just make sure the certificate is correct.

    The certificate makes sure that the other end of the line is who you think it is.

    For more info check out:

    http://en.wikipedia.org/wiki/HTTPS

提交回复
热议问题