summaryrefslogtreecommitdiff
path: root/src/mitm/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/mitm/README')
-rw-r--r--src/mitm/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mitm/README b/src/mitm/README
new file mode 100644
index 00000000..1b23432d
--- /dev/null
+++ b/src/mitm/README
@@ -0,0 +1,14 @@
+
+=== INTRODUCTION ===
+
+This directory contain a Web server that listens for
+requests addressed to the exchange, relays them to the
+exchange, and returns a modified response to the caller.
+
+The modifications are made to test error management in the
+merchant, and are driven by a HTTP header that instructs the
+proxy about the modifications to be made.
+
+=== INVOCATION ===
+
+FIXME