path-as-is.md (490B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: path-as-is 5 Help: Do not squash .. sequences in URL path 6 Added: 7.42.0 7 Category: curl 8 Multi: boolean 9 See-also: 10 - request-target 11 Example: 12 - --path-as-is https://example.com/../../etc/passwd 13 --- 14 15 # `--path-as-is` 16 17 Do not handle sequences of /../ or /./ in the given URL path. Normally curl 18 squashes or merges them according to standards but with this option set you 19 tell it not to do that.