Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions IIS-Administration/security/access-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
[generate]: _static/generate-access-token.png "Generating an access token"