aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/interception.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-08-03 20:28:52 +1200
committerAldo Cortesi <aldo@nullcube.com>2011-08-03 20:28:52 +1200
commitcbd8d09849fbbd8ccd8f5cbe29f09949fc344767 (patch)
tree2786bbfab661b3161920f9b5a02d1e0ffb2e4381 /doc-src/interception.html
parent9d0e3c8d61dfb7db671c59695816c8d25edb7310 (diff)
downloadmitmproxy-cbd8d09849fbbd8ccd8f5cbe29f09949fc344767.tar.gz
mitmproxy-cbd8d09849fbbd8ccd8f5cbe29f09949fc344767.tar.bz2
mitmproxy-cbd8d09849fbbd8ccd8f5cbe29f09949fc344767.zip
Miscelaneous doc updates.
- Make typography less hideous. - Stub out the docs I'm about to write.
Diffstat (limited to 'doc-src/interception.html')
-rw-r--r--doc-src/interception.html38
1 files changed, 0 insertions, 38 deletions
diff --git a/doc-src/interception.html b/doc-src/interception.html
deleted file mode 100644
index 2f961b5f..00000000
--- a/doc-src/interception.html
+++ /dev/null
@@ -1,38 +0,0 @@
-
-__mitmproxy__'s interception functionality lets you pause an HTTP request or
-response, inspect and modify it, and then accept it to send it on to the server
-or client. Because this is an interactive function, it's only present in
-__mitmproxy__, not in __mitmdump__.
-
-
-### 1: Set an interception pattern
-
-<img src="@!urlTo('intercept-filt.png')!@"/>
-
-We press __i__ to set an interception pattern. In this case, the __~q__ filter
-pattern tells __mitmproxy__ to intercept all requests. For complete filter
-syntax, see the [Filter expressions](@!urlTo("filters.html")!@) section of this
-document, or the built-in help function in __mitmproxy__.
-
-### 2: Intercepted connections are indicated with a red exclamation mark:
-
-<img src="@!urlTo('intercept-mid.png')!@"/>
-
-### 3: You can now view and modify the request:
-
-<img src="@!urlTo('intercept-options.png')!@"/>
-
-In this case, we viewed the request by selecting it, pressed __e__ for "edit"
-and __m__ for "method" to change the HTTP request method.
-
-### 4: Accept the intercept to continue
-
-<img src="@!urlTo('intercept-result.png')!@"/>
-
-Finally, we press __a__ to accept the modified request, which is then sent on
-to the server. In this case, we changed the request from an HTTP GET to to
-OPTIONS, and Google's server has responded with a 405 "Method not allowed".
-
-
-
-