mirror of https://github.com/status-im/consul.git
Corrected word order sequence
Also removed a couple of extraneous spaces.
This commit is contained in:
parent
8837a18d25
commit
0715ae968d
|
@ -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`:
|
||||
|
|
Loading…
Reference in New Issue