summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/request-target.d
blob: 0ddcbc0b2d793ca7e8c82158fc3d18810fac1511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: request-target
Arg: <path>
Help: Specify the target for this request
Protocols: HTTP
Added: 7.55.0
Category: http
Example: --request-target "*" -X OPTIONS $URL
See-also: request
Multi: single
---
Tells curl to use an alternative "target" (path) instead of using the path as
provided in the URL. Particularly useful when wanting to issue HTTP requests
without leading slash or other data that does not follow the regular URL
pattern, like "OPTIONS *".