summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-08 02:50:08 +0000
committerDavid Troy <dave@popvox.com>2006-04-08 02:50:08 +0000
commite8b7c17417fb7688bb06b2ce825c9838be3f020c (patch)
tree4d8a1e5c42012860f6f5d8c25d0f01f4d30e23c7 /samples
parent23a4a54c8ffbfa1a6430d926bd88f90234a39812 (diff)
downloadastmanproxy-e8b7c17417fb7688bb06b2ce825c9838be3f020c.tar.gz
astmanproxy-e8b7c17417fb7688bb06b2ce825c9838be3f020c.tar.xz
astmanproxy-e8b7c17417fb7688bb06b2ce825c9838be3f020c.zip
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@97 f02b47b9-160a-0410-81a6-dc3441afb0ec
Diffstat (limited to 'samples')
-rw-r--r--samples/httpast2.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/samples/httpast2.html b/samples/httpast2.html
new file mode 100644
index 0000000..66baa2e
--- /dev/null
+++ b/samples/httpast2.html
@@ -0,0 +1,12 @@
+<HTML>
+<h3>Sample Astmanproxy HTTP Input</h3>
+This version uses the GET method with an HTTPS action. Be sure
+you have acceptencryptedconnections=yes in astmnanproxy.conf.
+<p>
+<FORM ACTION="https://localhost:1234" METHOD=GET>
+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>