From d6ab4182ce2fbb98e71d9c25c1f3b461ca627726 Mon Sep 17 00:00:00 2001 From: Michael DePouw Date: Thu, 14 Jan 2021 14:43:14 -0500 Subject: [PATCH] improve code formatting --- IIS-Administration/security/access-tokens.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IIS-Administration/security/access-tokens.md b/IIS-Administration/security/access-tokens.md index 33d90bc..a475b28 100644 --- a/IIS-Administration/security/access-tokens.md +++ b/IIS-Administration/security/access-tokens.md @@ -8,8 +8,8 @@ ms.date: 03/07/2017 Every request to the API requires an access token. If a request is made to the API without an access token, the API will respond with an HTTP 403 status code and will set the 'WWW-Authenticate' HTTP header to 'Bearer'. The API expects the access token to be in the _Access-Token_ header of every request. The value of the _Access-Token_ header should be 'Bearer ' followed by the access token being used to access the API. ``` - GET /api - Access-Token: Bearer {Access-Token} +GET /api +Access-Token: Bearer {Access-Token} ``` ## Generating Tokens @@ -31,4 +31,4 @@ By default only members of the 'Administrators' and 'IIS Administrators' can gen -[generate]: _static/generate-access-token.png "Generating an access token" \ No newline at end of file +[generate]: _static/generate-access-token.png "Generating an access token"