From e6dcf0c0849cdadff29b88ac4409f72ed598901e Mon Sep 17 00:00:00 2001 From: Matthew Strasiotto <39424834+matthewstrasiotto@users.noreply.github.com> Date: Mon, 5 Jul 2021 09:55:11 +1000 Subject: [PATCH] Updated RPC Setup XMLRPC (markdown) --- RPC-Setup-XMLRPC.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RPC-Setup-XMLRPC.md b/RPC-Setup-XMLRPC.md index c3b8459..6be7043 100644 --- a/RPC-Setup-XMLRPC.md +++ b/RPC-Setup-XMLRPC.md @@ -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.