We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df68c1a commit 7ec7b45Copy full SHA for 7ec7b45
modules/ROOT/pages/security/index.adoc
@@ -30,13 +30,6 @@ Then we base64 encode that value to:
30
bmVvNGo6dmVyeXNlY3JldA==
31
----
32
33
-Finally we append `Basic` to the beginning to have the following as the final header:
34
-
35
36
-----
37
-Authorization: Basic bmVvNGo6dmVyeXNlY3JldA==
38
39
40
.How to base64 encode a string
41
[%collapsible]
42
====
@@ -48,6 +41,12 @@ echo -n "neo4j:verysecret" | base64
48
49
50
43
44
+Finally we append `Basic` to the beginning to have the following as the final header:
45
+
46
+----
47
+Authorization: Basic bmVvNGo6dmVyeXNlY3JldA==
51
[discrete]
52
=== Complete Request Example
53
0 commit comments