aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-11-30 15:04:18 +0300
committerIgor Pashev <pashev.igor@gmail.com>2016-11-30 15:04:18 +0300
commited878508e2425ae902a7427b4e7726d35f8d29ce (patch)
treeba23c56b83a8082b47c0873a8172103577fa741f
parent18a47f502b5e3298cae41eab7378b2e72b4e8a4b (diff)
downloadsproxy2-ed878508e2425ae902a7427b4e7726d35f8d29ce.tar.gz
Restructured README.md
-rw-r--r--README.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index 1ca55f3..abc3b7a 100644
--- a/README.md
+++ b/README.md
@@ -91,17 +91,6 @@ Here are the main concepts:
surprising, please see the following example:
-Keep in mind that:
-
-- Domains are converted into lower case (coming from a data source or HTTP requests).
-- Emails are converted into lower case (coming from a data source or OAuth2 providers).
-- Groups are case-sensitive and treated as is.
-- HTTP methods are *case-sensitive*.
-- HTTP query parameters are ignored when matching a request against the rules.
-- Privileges are case-sensitive and treated as is.
-- SQL wildcards (`_` and `%`) are supported for emails, domains, paths.
-
-
Privileges example
------------------
@@ -138,6 +127,17 @@ privilege.
Likewise `readers` have no access to e.g. `/wiki/edit/delete_everything.php`.
+Keep in mind that:
+
+- Domains are converted into lower case (coming from a data source or HTTP requests).
+- Emails are converted into lower case (coming from a data source or OAuth2 providers).
+- Groups are case-sensitive and treated as is.
+- HTTP methods are *case-sensitive*.
+- HTTP query parameters are ignored when matching a request against the rules.
+- Privileges are case-sensitive and treated as is.
+- SQL wildcards (`_` and `%`) are supported for emails, domains, paths.
+
+
HTTP headers passed to the back-end server
------------------------------------------