summaryrefslogtreecommitdiffstats
path: root/src/civetweb/test/ajax/echo.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'src/civetweb/test/ajax/echo.cgi')
-rw-r--r--src/civetweb/test/ajax/echo.cgi8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/civetweb/test/ajax/echo.cgi b/src/civetweb/test/ajax/echo.cgi
new file mode 100644
index 000000000..577c4bd5d
--- /dev/null
+++ b/src/civetweb/test/ajax/echo.cgi
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo "Content-Type: text/plain; charset=utf-8"
+echo "Connection: close"
+echo "Cache-Control: no-cache"
+echo ""
+
+echo "{}"