我正在尝试为我们的淡褐色mancenter卷曲主页。 我使用的脚本中的curl命令的一些示例:
curl -c cookies.txt -u foo:bar http://hazel01.us.domain.com/mancenter
curl -b cookies.txt -u foo:bar http://hazel01.us.domain.com/mancenter
然后
curl -c cookies.txt -d username=foo:password=bar http://hazel01.us.domain.com/mancenter
curl -b cookies.txt -d username=foo:password=bar http://hazel01.us.domain.com/mancenter
等等
总是只返回主登录页面的curl输出 有任何想法吗?感谢。
更新
我意识到我正在使用/mancenter/login.jsp并因此尝试了/mancenter/main.jsp并且只是/ mancenter而且这并没有返回任何内容。