rsnext/docs
Björn 9c12d85c5d
Mention HTTP 303 See Other in redirects section (#35997)
Migrating from express to nextjs API routes broke one of our APIs because of how `redirect` works in nextjs vs. how it works in express. We need to redirect the user to a confirmation page via GET after making a POST request, which is not possible with `redirect`.

HTTP 303 seems to be the way to go in that case and I think it should be mentioned here.


## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
2022-04-08 15:52:34 +00:00
..
advanced-features Update docs related to React 18 (#35952) 2022-04-08 17:09:55 +02:00
api-reference Mention HTTP 303 See Other in redirects section (#35997) 2022-04-08 15:52:34 +00:00
api-routes Add API config to allow disabling response size warning (#34700) 2022-02-25 02:04:02 +00:00
basic-features docs: clarify when you use getServerSideProps (#35922) 2022-04-07 22:00:28 +00:00
guides Few touch-ups to the docs on web forms in Next (#34286) 2022-02-14 20:21:27 +00:00
migrating Changed all occurrences of etc to match (#34280) 2022-02-13 00:22:52 +00:00
routing Update shallow routing caveat (#35052) 2022-03-07 23:29:07 +00:00
authentication.md Alphabetize auth docs providers. (#34281) 2022-02-13 00:51:53 +00:00
deployment.md Link to with-docker-multi-env example. (#35820) 2022-04-01 15:45:22 +00:00
faq.md fix: change showcase url (#34590) 2022-02-19 22:33:32 +00:00
getting-started.md Update Manual Steps in Getting Started guide (#35898) 2022-04-06 13:06:50 +00:00
going-to-production.md [docs] Update going to production docs around caching headers (#35374) 2022-03-16 22:11:06 +00:00
manifest.json Update docs related to React 18 (#35952) 2022-04-08 17:09:55 +02:00
middleware.md Update middleware examples list (#35622) 2022-03-28 16:05:58 +00:00
testing.md fix: toBeInTheDocument is not a function (#35930) 2022-04-06 13:13:45 +00:00
upgrading.md Update upgrading.md (#31173) 2021-11-08 20:53:25 +00:00