Skip to content

Commit dde1b7c

Browse files
authored
Update authentication.md (see WP-API#186)
The URL for the `curl` docs was outdated; it's been replaced with the current one.
1 parent 54739da commit dde1b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: using-the-rest-api/authentication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Note that you do not need to verify that the nonce is valid inside your custom e
5959

6060
As of 5.6, WordPress has shipped with [Application Passwords](https://make.wordpress.org/core/2020/11/05/application-passwords-integration-guide/), which can be generated from an Edit User page (wp-admin -> Users -> Edit User).
6161

62-
The credentials can be passed along to REST API requests served over https:// using [Basic Auth](https://ec.haxx.se/http/http-auth) / [RFC 7617](https://tools.ietf.org/html/rfc7617)[here’s the documentation for how to use it with cURL](https://ec.haxx.se/http/http-auth).
62+
The credentials can be passed along to REST API requests served over https:// using [Basic Auth](https://ec.haxx.se/libcurl-http/auth.html) / [RFC 7617](https://tools.ietf.org/html/rfc7617)[here’s the documentation for how to use it with cURL](https://ec.haxx.se/libcurl-http/auth.html).
6363

6464
For a simple command-line script example, just swap out USERNAME, PASSWORD, and HOSTNAME in this with their respective values:
6565

0 commit comments

Comments
 (0)