From d098f692ae12b59160ac19347dfc3173d964b7a3 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 3 May 2024 18:18:39 -0700 Subject: [PATCH] Updated Setting up Authentication (markdown) --- Setting-up-Authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setting-up-Authentication.md b/Setting-up-Authentication.md index 78ff2f1..48ecb4a 100644 --- a/Setting-up-Authentication.md +++ b/Setting-up-Authentication.md @@ -151,7 +151,7 @@ curl -X 'POST' \ ### Bearer Token Authentication -Pass `Bearer=YOURAPITOKENHERE` as a bearer token request header. +Pass `Authorization=Bearer YOURAPITOKENHERE` as a request header. ```bash curl -X 'GET' \ @@ -183,7 +183,7 @@ curl -X 'GET' \ ### HTTP Basic Authentication -Pass your user's username & password via HTTP Basic Authentication (not recommended). +Pass your ArchiveBox admin username & password via HTTP Basic Authentication. ```bash curl -X 'GET' \