clarify the use of GET instead of POST

box-drawing
Ondřej Hruška 7 years ago
parent 69e5b77447
commit 2e64f0e20b
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 5
      pages/help/cmd_d2d.php

@ -21,7 +21,10 @@
<p>
This command sends a POST request to `http://<i>&lt;DestIP&gt;</i>/api/v1/msg`.
The IP address may be appended by a port, if needed (eg. :8080).
The IP address may be appended by a port, if needed (eg. :8080). In addition to POST,
a GET request can also be used. In that case, any GET arguments (`/api/v1/msg?<i>arguments</i>`)
will be used instead of the request body. This is intended for external access
when sending POST requests is not convenient.
</p>
<p>

Loading…
Cancel
Save