Merge pull request #3787 from kopaka/patch-2

Corrected word order sequence
pull/3792/head
James Phillips 2018-01-08 18:10:48 -08:00 committed by GitHub
commit 6c3cce19fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ description: |-
# HTTP API
The main interface to Consul is a RESTful HTTP API. The API can basic perform
The main interface to Consul is a RESTful HTTP API. The API can perform basic
CRUD operations on nodes, services, checks, configuration, and more.
## Version Prefix
@ -37,8 +37,8 @@ For more details about ACLs, please see the [ACL Guide](/docs/guides/acl.html).
## Authentication
When authentication is enabled, a Consul token should be provided to API
requests using the `X-Consul-Token` header. This reduces the probability of the
token accidentally getting logged or exposed. When using authentication,
requests using the `X-Consul-Token` header. This reduces the probability of the
token accidentally getting logged or exposed. When using authentication,
clients should communicate via TLS.
Here is an example using `curl`: