From 4294416c95b41f2563e42bcf4fa0c79d165c03d5 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 8 May 2024 20:03:44 -0700 Subject: [PATCH] Updated Setting up Authentication (markdown) --- Setting-up-Authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting-up-Authentication.md b/Setting-up-Authentication.md index b9b5a77..a7d0d23 100644 --- a/Setting-up-Authentication.md +++ b/Setting-up-Authentication.md @@ -181,7 +181,7 @@ curl -X 'GET' \ ### API Request Header Authentication -> This method is provided in case you have a reverse proxy in front of ArchiveBox that consumes the `Authorization: Bearer` header. +> This method is provided in case you have a reverse proxy in front of ArchiveBox that consumes bearer headers. Pass `X-ArchiveBox-API-Key=YOURAPITOKENHERE` as a request header.