mirror of https://github.com/sundowndev/http.git
parent
df1a5829e8
commit
e9e225f142
|
@ -114,6 +114,8 @@ In SSR context, sets client request header as axios default request headers.
|
||||||
This is useful for making requests which need cookie based auth on server side.
|
This is useful for making requests which need cookie based auth on server side.
|
||||||
Also helps making consistent requests in both SSR and Client Side code.
|
Also helps making consistent requests in both SSR and Client Side code.
|
||||||
|
|
||||||
|
> **NOTE:** If directing requests at a url protected by CloudFlare's CDN you should set this to false to prevent CloudFlare from mistakenly detecting a reverse proxy loop and returning a 403 error.
|
||||||
|
|
||||||
### `redirectError`
|
### `redirectError`
|
||||||
- Default: `{}`
|
- Default: `{}`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue