Fix extra word
This commit is contained in:
parent
e32f60fe38
commit
6b0a6ec8b3
1 changed files with 1 additions and 1 deletions
|
@ -913,7 +913,7 @@ _**default:**_ 308
|
|||
|
||||
> __Why the default code is 308?__
|
||||
|
||||
> [RFC 7238](https://tools.ietf.org/html/rfc7238) was created to define the 308 (Permanent Redirect) status code that is similar to 301 (Moved Permanently) but it keeps the payload in the redirect. This is important if the we send a redirect in methods like POST.
|
||||
> [RFC 7238](https://tools.ietf.org/html/rfc7238) was created to define the 308 (Permanent Redirect) status code that is similar to 301 (Moved Permanently) but it keeps the payload in the redirect. This is important if we send a redirect in methods like POST.
|
||||
|
||||
## proxy-buffering
|
||||
|
||||
|
|
Loading…
Reference in a new issue