We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e070ab5 commit 0c5ffa0Copy full SHA for 0c5ffa0
bypass-403.sh
@@ -54,6 +54,8 @@ echo " --> ${1}/${2};/"
54
#updated
55
curl -k -s -o /dev/null -iL -w "%{http_code}","%{size_download}" -X TRACE $1/$2
56
echo " --> ${1}/${2} -X TRACE"
57
+curl -s -o /dev/null -iL -w "%{http_code}","%{size_download}" -H "X-Forwarded-Host: 127.0.0.1" $1/$2
58
+echo " --> ${1}/${2} -H X-Forwarded-Host: 127.0.0.1"
59
echo "Way back machine:"
60
curl -s https://archive.org/wayback/available?url=$1/$2 | jq -r '.archived_snapshots.closest | {available, url}'
61
0 commit comments