From 8f27e65bddd7d4b8515ce620fb485fdd78fcdf89 Mon Sep 17 00:00:00 2001 From: Constantin Jucovschi Date: Fri, 24 Apr 2009 07:20:22 -0400 Subject: Initial commit --- httpserver/test/post_test.html | 116 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 httpserver/test/post_test.html (limited to 'httpserver/test/post_test.html') diff --git a/httpserver/test/post_test.html b/httpserver/test/post_test.html new file mode 100644 index 0000000..46aab47 --- /dev/null +++ b/httpserver/test/post_test.html @@ -0,0 +1,116 @@ + +Error + + + +

IMPORTANT NOTE

+ +

Unfortunately requests to the RasDaMan HTTP server are cached by + default. Be sure to disable the proxy in your webserver and also + disable the internal cache by telling the browser to verify the + document every time.

+ + +
+

+
+

Test for Post-Request: Client is Browser

+ +
+ + + + + +
+

+ +

+ + + + + +
+

+ +

+ + + + + +
+

+ +

+Get-request + + +

Testing different return types

+ +
+ + + + + +
+

+ +

+ + + + + +
+

+ +

+ + + + + +
+

+ +

+ + + + + +
+

+ +

+ + +

Test for Post-Request: Client is RasClient

+ +
+ + + + + +
+

+ +

+ + + + + +
+

+ + + +

+ + + -- cgit