Skip to content

Commit 7ec7b45

Browse files
Move base64 section
1 parent df68c1a commit 7ec7b45

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

modules/ROOT/pages/security/index.adoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ Then we base64 encode that value to:
3030
bmVvNGo6dmVyeXNlY3JldA==
3131
----
3232

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-
4033
.How to base64 encode a string
4134
[%collapsible]
4235
====
@@ -48,6 +41,12 @@ echo -n "neo4j:verysecret" | base64
4841
----
4942
====
5043

44+
Finally we append `Basic` to the beginning to have the following as the final header:
45+
46+
----
47+
Authorization: Basic bmVvNGo6dmVyeXNlY3JldA==
48+
----
49+
5150
[discrete]
5251
=== Complete Request Example
5352

0 commit comments

Comments
 (0)