From d0706cdd750d1e70e537221080039dd9c605af01 Mon Sep 17 00:00:00 2001 From: Sebastian Rieger <sebastian.rieger@informatik.hs-fulda.de> Date: Wed, 31 Jan 2018 11:15:00 +0100 Subject: [PATCH] sample web page for post --- .../src/verteiltesysteme/aws/tcptimecounterrest-test.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 VerteilteSysteme-Examples/src/verteiltesysteme/aws/tcptimecounterrest-test.html diff --git a/VerteilteSysteme-Examples/src/verteiltesysteme/aws/tcptimecounterrest-test.html b/VerteilteSysteme-Examples/src/verteiltesysteme/aws/tcptimecounterrest-test.html new file mode 100644 index 0000000..cadf1df --- /dev/null +++ b/VerteilteSysteme-Examples/src/verteiltesysteme/aws/tcptimecounterrest-test.html @@ -0,0 +1,3 @@ +<form method=POST action="http://vertsys-elb1-b88aad9416b2929b.elb.eu-central-1.amazonaws.com:36042/counter"> + <input name="input" value=""> +</form> \ No newline at end of file -- GitLab