Skip to content

Commit bfc9029

Browse files
authored
Corrected basic auth link (#200)
1 parent d9cd351 commit bfc9029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

using-the-rest-api/authentication.md

Lines changed: 1 addition & 1 deletion
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/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/http/http-auth).
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)