Is it secure to submit from a HTTP form to HTTPS?

后端 未结 11 2053
悲哀的现实
悲哀的现实 2020-11-28 23:17

Is it acceptable to submit from an http form through https? It seems like it should be secure, but it allows for a man in the middle attack (here is a good discussion). Th

11条回答
  •  [愿得一人]
    2020-11-28 23:54

    No, it's not secure to go from HTTP to HTTPS. The originating and resulting points of the request must be HTTPS for the secure channel to be established and utilized.

提交回复
热议问题