Skip to content

Commit

Permalink
Rephrase to avoid confusion around 303 redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak authored Jul 1, 2022
1 parent 5c628cc commit 09e8273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/2-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ Only useful when the `cookieJar` option has been set.
Defines if redirect responses should be followed automatically.

#### **Note:**
> - If a `303` is sent by the server in response to any request type (POST, DELETE, etc.), Got will automatically request the resource pointed to in the location header via GET.\
> - If a `303` is sent by the server in response to any request type (POST, DELETE, etc.), Got will request the resource pointed to in the location header via GET.\
> This is in accordance with the [specification](https://tools.ietf.org/html/rfc7231#section-6.4.4).
```js
Expand Down

0 comments on commit 09e8273

Please sign in to comment.