commit 9212cbabcfc297564d886ddc5b884833a4c8dd30 Author: Arturo Filastò art@fuffa.org Date: Tue Dec 11 11:45:16 2012 +0100
Clean up HTTP Header Field Manipulation test documentation --- .../tests/http_header_field_manipulation.rst | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/docs/source/tests/http_header_field_manipulation.rst b/docs/source/tests/http_header_field_manipulation.rst index 92bd0a4..328d497 100644 --- a/docs/source/tests/http_header_field_manipulation.rst +++ b/docs/source/tests/http_header_field_manipulation.rst @@ -7,20 +7,17 @@ Details
*NetTest*: HTTPHeaderFieldManipulation (https://gitweb.torproject.org/ooni-probe.git/blob/HEAD:/nettests/manipulatio...)
-*Test Helper*: SimpleHTTPChannel (https://gitweb.torproject.org/ooni-probe.git/blob/HEAD:/oonib/testhelpers/ht...) +*Test Helper*: HTTP Return JSON Headers (https://gitweb.torproject.org/ooni-probe.git/blob/HEAD:/oonib/testhelpers/ht...)
*Test Type*: Traffic Manipulation
*Requires Root*: No
-*WARNING*: This test is more dangerous to run than any other one and you -should do it only if you know what you are doing. - Description =========== It performes HTTP requests with request headers that vary capitalization -towards a SimpleHTTPChannel test helper backend. If we detect that the -headers the backend received matches the ones we have sent then we have +towards a HTTPReturnJSONHeaders test helper backend. If we detect that the +headers the backend received don't matche the ones we have sent then we have detected tampering.
How to run the test
tor-commits@lists.torproject.org