File size: 542 Bytes
490b2ec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<body>
    <form action="action" method="post" target="_blank">
    Request : <textarea name="JsonVideo" cols="100" rows="20">
	{
		"ipserver": "127.0.0.1",
		"client": "DHL_AEREO - CS TRANSPORTE",
		"namedvr": "DVR01",
		"day": "10",
		"ipdvr": "riobrancoac.ddns-intelbras.com.br",
		"port" : "37777",
		"camera" : "1",
		"format" : "json"
	}
	</textarea><br> 
    <input type="submit" value="Submit">
    </form>
    <p>Click on the submit button, and post url: "http://nosqltcloud10:8080/action"</p>
</body>
</html>