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.