Is username and password in HTTPS URL secure?
问题 I am sending POST request to URL https://username:password@example.com in my script. I know that HTTPS encrypts credentials so they should not be visible on network. But what about server logs, will they be visible there? Are there any other disadvantages of using this approach? How can I make authentication more secure on client/server side? 回答1: You can find more information here: Are HTTPS URLs encrypted? (tl;dr: the way you are sending it is not encrypted most probably, but you can send