Is an HTTPS query string secure?

前端 未结 9 1345
耶瑟儿~
耶瑟儿~ 2020-11-22 03:52

I am creating a secure web based API that uses HTTPS; however, if I allow the users to configure it (include sending password) using a query string will this also be secure

9条回答
  •  北恋
    北恋 (楼主)
    2020-11-22 04:45

    You can send password as MD5 hash param with some salt added. Compare it on the server side for auth.

提交回复
热议问题