From 534f07dffbf813ba75cdeab63475a2ea81e7a0f2 Mon Sep 17 00:00:00 2001 Message-Id: <534f07dffbf813ba75cdeab63475a2ea81e7a0f2.1717462789.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 1 Apr 2017 13:08:00 +0100 Subject: [PATCH] wip debug Organization: Straylight/Edgeware From: Ian Jackson --- client | 1 + form.html | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 form.html diff --git a/client b/client index 436592e..5d0f427 100755 --- a/client +++ b/client @@ -118,6 +118,7 @@ def check_outbound(): df = open('data.dump.dbg', mode='wb') df.write(mime) df.close() + # POST -use -c 'multipart/form-data; boundary="b"' http://localhost:8099/ +

no data

+
+ + +
+

with data

+
+ +

+ + +

+ -- [mdw]