blob: 79c891687f2e023dbbb2a1f48c7f769b550a9b36 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: post303
4Help: Do not switch to GET after following a 303
5Protocols: HTTP
6See-also: post302 post301 location
7Added: 7.26.0
8Category: http post
9Example: --post303 --location -d "data" $URL
10Multi: boolean
11---
12Tells curl to violate RFC 7231/6.4.4 and not convert POST requests into GET
13requests when following 303 redirections. A server may require a POST to
14remain a POST after a 303 redirection. This option is meaningful only when
15using --location.