Skip to content

Commit 7eed1ff

Browse files
authored
Merge pull request #6852 from Umoxfo/websocket
websocket: Clean up HTML structure in WebSocket tab docs
2 parents 0672ade + aad3edd commit 7eed1ff

File tree

1 file changed

+12
-2
lines changed
  • addOns/websocket/src/main/javahelp/org/zaproxy/zap/extension/websocket/resources/help/contents

1 file changed

+12
-2
lines changed

addOns/websocket/src/main/javahelp/org/zaproxy/zap/extension/websocket/resources/help/contents/tab.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,40 +17,50 @@ <H1>WebSocket tab</H1>
1717

1818
<h2>Filters</h2>
1919
<h3>Channel Selector</h3>
20+
<p>
2021
You can restrict the display of messages to one specific WebSocket
2122
channel or all.
2223
<br>
2324
If you select a specific channel, then the <i>Show handshake</i> button
2425
(<img src="images/handshake.png" align="bottom" width="16" height="16" />)
2526
becomes enabled. When you click on it, the corresponding HTTP handshake is
2627
shown in the Request/Response tab.
28+
</p>
2729

2830
<h3>Filter Dialog</h3>
31+
<p>
2932
In the filter dialog (<img src="images/054.png" align="bottom" width="16" height="16" />)
3033
you can further control which messages are displayed.
34+
</p>
3135

32-
<br><br>
3336
<h2>Breakpoints</h2>
37+
<p>
3438
You can set custom breakpoints using the <i>Add Custom Breakpoints</i>
3539
button (<img src="images/break_add.png" align="bottom" width="16" height="16" />).
3640
<br>
3741
Alternatively you can use the <i>Right click menu</i>.
42+
</p>
3843

39-
<br><br>
4044
<h2>Right click menu</h2>
45+
<p>
4146
Right clicking on a WebSocket message will bring up a menu which will
4247
allow you to:
48+
</p>
4349

4450
<H3>Exclude from WebSocket</H3>
51+
<p>
4552
WebSocket connections can be excluded from the WebSockets tab by adding
4653
an excluded URL to the
4754
<i>Session Properties</i>. Clicking on
4855
this item, brings up the session properties with the URL pre-filled.
4956
Excluding a WebSocket connection will not result in closing the
5057
connection, but in forwarding them without further processing.
58+
</p>
5159

5260
<H3>Break...</H3>
61+
<p>
5362
This will bring up the
5463
<i>Add Break Point dialog</i> which allows you to set up a custom break point.
64+
</p>
5565
</BODY>
5666
</HTML>

0 commit comments

Comments
 (0)