We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fc924 commit a55ccafCopy full SHA for a55ccaf
test.sh
@@ -8,12 +8,14 @@ checkUrl() {
8
set +e
9
if [ "$2" = "form" ]; then
10
curl -# --cookie-jar /tmp/test.cookie-jar -b /tmp/test.cookie-jar --fail \
11
+ -s \
12
-H 'Content-Type: application/x-www-form-urlencoded' \
13
-L \
14
--data-raw "${3}" \
15
"$1"
16
else
17
18
19
${2:-} \
20
21
0 commit comments