summaryrefslogblamecommitdiffstats
path: root/send-post.html
blob: 6e04b1f7fee4fa4c3d2319e28cfb4cca0414278d (plain) (tree)
1
2
3
4
5
6
7
8
9
      







                                                                          



                                                                   

                                                                                   







                                                                                                     

                                                        



                                                                                   







                                                                                                     
                                             










                                                                                                     

       
<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>BootisoID</label>
		<input type='text' name='bootisoID' value='1'></br>
		<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>BootisoID</label>
		<input type='text' name='bootisoID' value='1'></br> -->
		<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>BootisoID</label>
		<input type='text' name='bootisoID' value='1'></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>