mirror of https://github.com/sundowndev/http.git
docs: update `proxyHeadersIgnore` (#110)
parent
e7cb647047
commit
11d0b81657
|
@ -142,7 +142,7 @@ When directing requests at a url protected by CloudFlare's CDN you should set th
|
|||
|
||||
## `proxyHeadersIgnore`
|
||||
|
||||
* Default `['accept', 'host', 'cf-ray', 'cf-connecting-ip', 'content-length']`
|
||||
* Default `['accept', 'host', 'cf-ray', 'cf-connecting-ip', 'content-length', 'content-md5', 'content-type']`
|
||||
|
||||
Only efficient when `proxyHeaders` is set to true. Removes unwanted request headers to the API backend in SSR.
|
||||
|
||||
|
|
Loading…
Reference in New Issue