diff options
| author | capt8bit <mikem@linux.com> | 2012-02-24 12:56:59 +0800 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2012-02-24 13:56:34 +0800 |
| commit | de08810a4748276cc09ffde19536945525f7c0be (patch) | |
| tree | b2f157b556845a2b77eeb75d826f7b5a27c3d50d /doc-src/mitmproxy.html | |
| parent | bcda65e45371b15fc57783c3d579492626d1d8ed (diff) | |
| download | mitmproxy-de08810a4748276cc09ffde19536945525f7c0be.tar.gz mitmproxy-de08810a4748276cc09ffde19536945525f7c0be.tar.bz2 mitmproxy-de08810a4748276cc09ffde19536945525f7c0be.zip | |
Docs update for new commandline and shortcut functionality. Also, typo fix.
Diffstat (limited to 'doc-src/mitmproxy.html')
| -rw-r--r-- | doc-src/mitmproxy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-src/mitmproxy.html b/doc-src/mitmproxy.html index d1d51da3..3910aa2d 100644 --- a/doc-src/mitmproxy.html +++ b/doc-src/mitmproxy.html @@ -105,5 +105,5 @@ and _m_ for "method" to change the HTTP request method. <img src="@!urlTo('mitmproxy-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 +the server. In this case, we changed the request from an HTTP GET to OPTIONS, and Google's server has responded with a 405 "Method not allowed". |
