これはフォームです: https://is.sce.ac.il/nidp/idff/sso?id=11&sid=0&option=credential&sid=0 私が使用したコードは:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
</head>
<body onload="document.forms['asd'].submit();">
<form name="asd" enctype="application/x-www-form-urlencoded" action="https://is.sce.ac.il/nidp/idff/sso?sid=1" method="post">
<input type="hidden" name="option" value="credential" />
<input type="hidden" name="Ecom_User_ID" value="XXX" />
<input type="hidden" name="Ecom_Password" value="XXX" />
</form>
</body>
</html>
しかし、「Novell Access Manager 3.1」というページが表示されます。簡単にログインする方法はありますか?