Updated RPC Setup XMLRPC (markdown)

Matthew Strasiotto
2021-07-05 09:55:11 +10:00
parent 4f82207e5f
commit e6dcf0c084
+3 -3
@@ -114,9 +114,9 @@ Do not forget, that on http://localhost:8008/RPC2 you will not see anything (thr
**SECURITY NOTE**:
⚠️ use some basic auth, client certificate, SSO or any authentication method. Example for basic auth given above.
⚠️ This config should also sit behind a TLS terminating proxy, so that user credentials are not sent unencrypted.
* To put it another way, __use `https`__
* ⚠️ use some basic auth, client certificate, SSO or any authentication method. Example for basic auth given above.
* ⚠️ This config should also sit behind a TLS terminating proxy, so that user credentials are not sent unencrypted.
* To put it another way, __use `https`__
It's worth mentioning that most clients do not provide support for authentication mechanisms besides basic auth, such as client certificates or SSO.