mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: add space between sentences (#9207)
* Update fix a typo just added a space before "Here's a list of..." for a better reading experience * docs: add to single paragraph Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
177d63dede
commit
547d61208c
@ -242,9 +242,7 @@ const { data } = await useFetch('/api/me', { headers })
|
|||||||
::alert{type="warning"}
|
::alert{type="warning"}
|
||||||
Be very careful before proxying headers to an external API and just include headers that you need.
|
Be very careful before proxying headers to an external API and just include headers that you need.
|
||||||
|
|
||||||
Not all headers are safe to be bypassed and might introduce unwanted behavior.
|
Not all headers are safe to be bypassed and might introduce unwanted behavior. Here is a list of common headers that are NOT to be proxied:
|
||||||
|
|
||||||
Here is a list of common headers that are NOT to be proxied:
|
|
||||||
|
|
||||||
* `host`, `accept`
|
* `host`, `accept`
|
||||||
* `content-length`, `content-md5`, `content-type`
|
* `content-length`, `content-md5`, `content-type`
|
||||||
|
Loading…
Reference in New Issue
Block a user