Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用命令行登录到 HTTPS 网站,所以我可以编写一个脚本来检查登录是否有效。
你的帮助将不胜感激。
谢谢
没什么大不了的,试试下面的命令:
wget -O- --user=foobar --password=qux "https://domain.tld/path"
默认情况下在 Unix 和 Unix 类操作系统和windows 上工作