mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: add missing space (#9276)
This commit is contained in:
parent
dcc657658c
commit
c37b1361c8
@ -240,9 +240,7 @@ const { data } = await useFetch('/api/me', { headers })
|
||||
```
|
||||
|
||||
::alert{type="warning"}
|
||||
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. Here is a list of common headers that are NOT to be proxied:
|
||||
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. Here is a list of common headers that are NOT to be proxied:
|
||||
|
||||
* `host`, `accept`
|
||||
* `content-length`, `content-md5`, `content-type`
|
||||
|
Loading…
Reference in New Issue
Block a user