generated from htl-leonding-college/asciidoctor-docker-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add decoding of authorization header
- Loading branch information
1 parent
bc2650c
commit a8b8e15
Showing
2 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
### 1 GET /hello ohne auth | ||
|
||
GET http://localhost:8080/hello | ||
Content-Type: */* | ||
|
||
### | ||
### 2 GET /hello mit auth | ||
|
||
# echo -n "john:doe" | base64 | ||
GET http://localhost:8080/hello | ||
Authorization: Basic am9objpkb2U= | ||
|
||
### | ||
|
||
|