From a73ab57a07764b7dc32f648829867c7b89664c39 Mon Sep 17 00:00:00 2001 From: zhengsihua Date: Thu, 6 Nov 2014 19:44:24 +0800 Subject: [PATCH] Linux FAQs with Answers--How to disable HTTP redirect in wget --- ...x FAQs with Answers--How to disable HTTP redirect in wget.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20141105 Linux FAQs with Answers--How to disable HTTP redirect in wget.md b/sources/tech/20141105 Linux FAQs with Answers--How to disable HTTP redirect in wget.md index 39baa09d77..8b2551568f 100644 --- a/sources/tech/20141105 Linux FAQs with Answers--How to disable HTTP redirect in wget.md +++ b/sources/tech/20141105 Linux FAQs with Answers--How to disable HTTP redirect in wget.md @@ -1,3 +1,5 @@ +Translating-------geekpi + Linux FAQs with Answers--How to disable HTTP redirect in wget ================================================================================ > **Question**: When I run wget to fetch a URL X which is redirected to another URL Y, wget, by default, goes fetch URL Y automatically. However, I would like to force wget to only fetch the original URL X without following the redirection. How can I stop wget from following a redirected URL?