Skip to content

Commit 020addc

Browse files
emieltaMatthew Sweeney
authored andcommitted
Update headers.mdx (#1421)
`req.headers["now-id"]` results in `undefined`, however `req.headers["x-now-id"]` is set. I'm guessing this is a typo in the documentation.
1 parent a8224a5 commit 020addc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/v2/network/headers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following headers are sent to each ZEIT Now deployment and can be used to pr
1919

2020
This header represents the domain name as it was accessed by the client. If the deployment has been assigned to a staging or production domain and the client visits the domain URL, it contains the custom domain instead of the underlying deployment URL.
2121

22-
### `now-id`
22+
### `x-now-id`
2323

2424
A unique identifier for each request.
2525

0 commit comments

Comments
 (0)