blob: 6cad8c888c05659a415c066157516b49a09c41de (
plain) (
tree)
|
|
<html>
<title>Post-Data</title>
<style>
fieldset{margin-bottom:20px;border:none;border-top:1px solid red;}
fieldset legend{color:red;}
label{float:left;width:125px;}
</style>
<body>
<fieldset>
<legend>http://132.230.4.27/</legend>
<form action='http://132.230.4.27/' method='post'>
<label>serialnumber</label>
<input type='text' name='serialnumber' value='10-20-30-40-50'></br>
<label>Mac</label>
<input type='text' name='mac' value='00:0c:29:01:63:88'></br>
<label>Hardwarehash</label>
<input type='text' name='hardwarehash' value='51685132196851652186121869413216'></br>
<input type='submit' value='Test'>
</form>
</fieldset>
<fieldset>
<legend>http://pbs2.local/</legend>
<form action='http://pbs2.local/' method='post'>
<label>serialnumber</label>
<input type='text' name='serialnumber' value='10-20-30-40-50'></br>
<label>Mac</label>
<input type='text' name='mac' value='00:0c:29:01:63:88'></br>
<label>Hardwarehash</label>
<input type='text' name='hardwarehash' value='51685132196851652186121869413216'></br>
<input type='submit' value='Test'>
</form>
</fieldset>
<fieldset>
<legend>http://localhost:81/</legend>
<form action='http://localhost:81/' method='post'>
<label>serialnumber</label>
<input type='text' name='serialnumber' value='10-20-30-40-50'></br>
<label>Mac</label>
<input type='text' name='mac' value='00:0c:29:01:63:88'></br>
<label>Hardwarehash</label>
<input type='text' name='hardwarehash' value='51685132196851652186121869413216'></br>
<input type='submit' value='Test'>
</form>
</fieldset>
</body>
</html>
|