nig*_*f0x 3 html forms url http-get http-post
我想要完成的是通过简单地在 URL 中输入表单变量来登录网站。
HTML代码:
<form action="httpclient.html" onsubmit="return checkSubmit();" method="post" target="_parent" name="frmHTTPClientLogin">
<input type="hidden" name="mode" value="191">
<label>Username</label>
<input border="1" style="width:150px" maxlength="60" name="username">
<label>Password</label></pre>
<input type="password" border="1" style="width:150px" autocomplete="off" name="password" maxlength="60">
Run Code Online (Sandbox Code Playgroud)
这是代码的相关过去。现在我想通过传递在 url 中键入的值来登录到这个站点http://10.100.56.55/httpclient.html。首先有没有可能。如果是,那么我究竟需要为用户名输入什么:名称和密码正在通过?如果有的话,什么编码的 URL 将在 POST 方法中传递?
| 归档时间: |
|
| 查看次数: |
60605 次 |
| 最近记录: |