aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2020-01-03 13:47:09 +0100
committerGitHub <noreply@github.com>2020-01-03 13:47:09 +0100
commit184384af57e81bce09469e2fefe6dbb134eda6ce (patch)
tree538ead4c40deab07f6046fe9a8934419aaade983 /docs
parent13a7f180848e5f98c539a082dcf74e79ab4770d2 (diff)
downloadmitmproxy-184384af57e81bce09469e2fefe6dbb134eda6ce.tar.gz
mitmproxy-184384af57e81bce09469e2fefe6dbb134eda6ce.tar.bz2
mitmproxy-184384af57e81bce09469e2fefe6dbb134eda6ce.zip
docs: document no websocket replay
this refs #3564
Diffstat (limited to 'docs')
-rw-r--r--docs/src/content/concepts-protocols.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/src/content/concepts-protocols.md b/docs/src/content/concepts-protocols.md
index c79274bf..dc9d84fb 100644
--- a/docs/src/content/concepts-protocols.md
+++ b/docs/src/content/concepts-protocols.md
@@ -73,6 +73,8 @@ If an endpoint sends a PING to mitmproxy, a PONG will be sent back immediately
PING (without a payload) is sent to the other endpoint. Unsolicited PONG's are
not forwarded. All PING's and PONG's are logged (with payload if present).
+Please note that message interception, modification or replay are not possible yet.
+
## Raw TCP / TCP Proxy / Fallback
In case mitmproxy does not handle a specific protocol, you can exempt
@@ -83,7 +85,7 @@ but differs in two important aspects:
* The raw TCP messages are printed to the event log.
* SSL connections will be intercepted.
-Please note that message interception or modification are not possible yet. If
+Please note that message interception, modification or replay are not possible yet. If
you are not interested in the raw TCP messages, you should use the ignore
domains feature.