Skip to content

Commit 4bfe580

Browse files
FdawgsTony133
authored andcommitted
docs: fix broken links
1 parent 01ac028 commit 4bfe580

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,13 @@ See code above for examples.
164164

165165
### `authenticate` <Boolean|Object> (optional, default: false)
166166

167-
The `authenticate` option adds the [`WWW-Authenticate` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/WWW-Authenticate) and can set the `realm` value.
167+
The `authenticate` option adds the [`WWW-Authenticate` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/WWW-Authenticate) and can set the `realm` value.
168168

169169
This can trigger client-side authentication interfaces, such as the browser authentication dialog.
170170

171171
Setting `authenticate` to `true` adds the header `WWW-Authenticate: Basic`. When `false`, no header is added (default).
172172

173-
When `proxyMode` is `true` it will use the [`Proxy-Authenticate`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Proxy-Authenticate) header instead.
173+
When `proxyMode` is `true` it will use the [`Proxy-Authenticate`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Proxy-Authenticate) header instead.
174174

175175
```js
176176
fastify.register(require('@fastify/basic-auth'), {

0 commit comments

Comments
 (0)