blob: 45c161b6dfe22857a178958441232ee90d01d306 [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: path-as-is
4Help: Do not squash .. sequences in URL path
5Added: 7.42.0
6Category: curl
7Example: --path-as-is https://example.com/../../etc/passwd
8See-also: request-target
9Multi: boolean
10---
11Tell curl to not handle sequences of /../ or /./ in the given URL
12path. Normally curl will squash or merge them according to standards but with
13this option set you tell it not to do that.