aboutsummaryrefslogtreecommitdiff
path: root/bin/urlh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/urlh')
-rwxr-xr-xbin/urlh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/urlh b/bin/urlh
index 6a768a9f..8e9463e7 100755
--- a/bin/urlh
+++ b/bin/urlh
@@ -9,7 +9,7 @@ fi
url=$1 header=$2
# Run cURL header request
-curl -I -- "$url" |
+curl -fIsSL -- "$url" |
# Unfold the headers
unf |