Mercurial > hg > orthanc-book
changeset 931:1078027a8bd0
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 08 Apr 2023 17:29:02 +0200 |
parents | 9753b3f62695 |
children | 53bb4d4f8e56 |
files | Sphinx/source/faq/nginx.rst |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/faq/nginx.rst Sat Apr 08 13:47:14 2023 +0200 +++ b/Sphinx/source/faq/nginx.rst Sat Apr 08 17:29:02 2023 +0200 @@ -95,20 +95,20 @@ ... } -The ``cHVibGljOmhlbGxv`` corresponds to the `Base64 encoding +The ``cHVibGljOmhlbGxv`` string corresponds to the `Base64 encoding <https://en.wikipedia.org/wiki/Base64>`__ of the string ``public:hello``, as can be seen using the following bash command line:: - $ echo -n 'public:hello' |base64 + $ echo -n 'public:hello' | base64 cHVibGljOmhlbGxv Note that more fine-grained access control can be achieved using :ref:`Python plugins <python_authorization>` or the :ref:`advanced authorization plugin <authorization>`. - + Also, note that the ``admin`` user has full access to the REST API, -including POST/PUT/DELTE requests. +including POST/PUT/DELETE requests. .. _nginx-cors: