post303.md (563B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: post303 5 Help: Do not switch to GET after a 303 redirect 6 Protocols: HTTP 7 Added: 7.26.0 8 Category: http post 9 Multi: boolean 10 See-also: 11 - post302 12 - post301 13 - location 14 Example: 15 - --post303 --location -d "data" $URL 16 --- 17 18 # `--post303` 19 20 Violate RFC 7231/6.4.4 and do not convert POST requests into GET requests when 21 following 303 redirect. A server may require a POST to remain a POST after a 22 303 redirection. This option is meaningful only when using --location.