You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-src/en/src_doc.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,13 @@ anyproxy --intercept #launch anyproxy and intercept all https traffic
200
200
201
201
* [Appendix:how to trust CA](#config-certification)
202
202
203
+
# ProxyWebSocket
204
+
205
+
```bash
206
+
anyproxy --ws-intercept
207
+
```
208
+
> The `wss` requests will be handled automatically when the `HTTPS` intercept is turned on, but AnyProxy will not record the data by default. You need to specify the `--ws-intercept` to tell AnyProxy to record it.
209
+
203
210
# Rule Introduction
204
211
205
212
AnyProxy provides the ability to load your own rules written injavascript. With rule module, you could customize the logic to handle requests.
0 commit comments