summaryrefslogtreecommitdiffstats
path: root/samples/httpast.html
blob: bfd97fad75524f5d2daef6a43eccc1ca9d746b1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<HTML>
<h3>Sample Astmanproxy HTTP Input</h3>
Use form name/value pairs with GET or POST method to astmanproxy's<br>
HTTP input handler and XML output handler to get an instant<br>
Web interface to Asterisk!
<p>
<FORM ACTION="http://localhost:1234" METHOD=POST>
Server: <input type=text name=Server value="127.0.0.1"><br>
Action: <input name="Action" type="text" value="Ping"><br>
ActionID: <input name="ActionID" type="text" value="Foo"><br>
<input type=submit><br>
</FORM>
</HTML>