docs: add missing space (#9276)

This commit is contained in:
InvinciblenowYT 2022-11-23 16:15:41 +01:00 committed by GitHub
parent dcc657658c
commit c37b1361c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -240,9 +240,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. Here is a list of common headers that are NOT to be proxied:
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` * `host`, `accept`
* `content-length`, `content-md5`, `content-type` * `content-length`, `content-md5`, `content-type`