简体   繁体   中英

Is a POST request to an HTTPS endpoint using a NodeJS HTTP server vulnerable?

如果我在http运行本地NodeJS服务器,并且我使用axiosrequestPOST请求发送到https端点,并将密码作为数据的一部分,那么有人可以在监视网络流量时获取密码吗?

Passwords served over HTTPS in POST data are secure. The fact that the origin of request is a Node.js application doesn't matter as the connection is still over the secure protocol.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM