diff options
Diffstat (limited to 'doc-src/interception.html')
-rw-r--r-- | doc-src/interception.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc-src/interception.html b/doc-src/interception.html index cf5b7439..2f961b5f 100644 --- a/doc-src/interception.html +++ b/doc-src/interception.html @@ -14,7 +14,7 @@ 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 conenctions are indicated with a red exclamation mark: +### 2: Intercepted connections are indicated with a red exclamation mark: <img src="@!urlTo('intercept-mid.png')!@"/> @@ -22,7 +22,7 @@ document, or the built-in help function in __mitmproxy__. <img src="@!urlTo('intercept-options.png')!@"/> -In this case, we viewd the request by selecting it, pressed __e__ for "edit" +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 |