diff options
Diffstat (limited to 'docs/cmdline-opts/post303.d')
-rw-r--r-- | docs/cmdline-opts/post303.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cmdline-opts/post303.d b/docs/cmdline-opts/post303.d index 1a67e13ef..a2fec18c4 100644 --- a/docs/cmdline-opts/post303.d +++ b/docs/cmdline-opts/post303.d @@ -4,6 +4,7 @@ Protocols: HTTP See-also: post302 post301 location Added: 7.26.0 Category: http post +Example: --post303 --location -d "data" $URL --- Tells curl to violate RFC 7231/6.4.4 and not convert POST requests into GET requests when following 303 redirections. A server may require a POST to |