标签: html forms authentication post curl
我们学校使用可怕的网络应用程序来显示家庭作业。我正在设计一个新的Web和Android应用程序来显示即将进行的测试和家庭作业。我需要通过登录表单进行身份验证,然后检索HTML源并解析它。但是,我无法通过身份验证。
有一个登录表单here
我尝试了https://username:password@webappsca.pcrsoft.com/Clue/Student-Portal-Login-LDAP/8464?returnUrl=https:%2f%2fwebappsca.pcrsoft.com%2fClue%2fDefault.aspx%3fpid%3d7536,但失败了。
https://username:password@webappsca.pcrsoft.com/Clue/Student-Portal-Login-LDAP/8464?returnUrl=https:%2f%2fwebappsca.pcrsoft.com%2fClue%2fDefault.aspx%3fpid%3d7536
我也尝试过:
curl --ntlm -u username:password URL
然而,我得到了一个"对象被移动"错误。
有人能伸出援手吗?