diff options
Diffstat (limited to 'src/civetweb/test/ajax/echo.cgi')
-rw-r--r-- | src/civetweb/test/ajax/echo.cgi | 8 |
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 00000000..577c4bd5 --- /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 "{}" |