Skip to content

Commit 0859f1c

Browse files
authored
docs: update link for MDN docs on cookies in requests (#15075)
### What? Update link to MDN docs section about credentials in fetch requests ### Why? The heading in MDN docs changed ### How? (no related issue)
1 parent d68e75a commit 0859f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/authentication/cookies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const response = await fetch('http://localhost:3000/api/pages', {
3232
const pages = await response.json()
3333
```
3434

35-
For more about including cookies in requests from your app to your Payload API, [read the MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch#Sending_a_request_with_credentials_included).
35+
For more about including cookies in requests from your app to your Payload API, [read the MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch#including_credentials).
3636

3737
<Banner type="success">
3838
**Tip:** To make sure you have a Payload cookie set properly in your browser

0 commit comments

Comments
 (0)