diff --git a/doc/bugs/addurl_results_in_different_file_to_wget/comment_1_43449ff547a70f5fbfc6fa1d1d4bd464._comment b/doc/bugs/addurl_results_in_different_file_to_wget/comment_1_43449ff547a70f5fbfc6fa1d1d4bd464._comment new file mode 100644 index 0000000000..99c037c8e6 --- /dev/null +++ b/doc/bugs/addurl_results_in_different_file_to_wget/comment_1_43449ff547a70f5fbfc6fa1d1d4bd464._comment @@ -0,0 +1,84 @@ +[[!comment format=mdwn + username="CandyAngel" + avatar="http://cdn.libravatar.org/avatar/15c0aade8bec5bf004f939dd73cf9ed8" + subject="comment 1" + date="2018-05-17T19:14:25Z" + content=""" +I thought the working ones might be because they are being redirected to https, but I found another one that works correctly that isn't behind https. + +# Broken (http://www.greenwoodsoftware.com/less/less-530.tar.gz) +## git-annex + + GET /less/less-530.tar.gz HTTP/1.1 + Host: www.greenwoodsoftware.com + Accept-Encoding: gzip + + HTTP/1.1 200 OK + Date: Thu, 17 May 2018 18:43:43 GMT + Server: Apache/2 + Last-Modified: Tue, 05 Dec 2017 22:57:13 GMT + ETag: \"52f0b-55f9fc1798dca\" + Accept-Ranges: bytes + Content-Length: 339723 + Vary: User-Agent + Content-Type: application/x-gzip + Content-Encoding: gzip + +## wget + + GET /less/less-530.tar.gz HTTP/1.1 + User-Agent: Wget/1.19.5 (linux-gnu) + Accept: */* + Accept-Encoding: identity + Host: www.greenwoodsoftware.com + Connection: Keep-Alive + + HTTP/1.1 200 OK + Date: Thu, 17 May 2018 18:43:53 GMT + Server: Apache/2 + Upgrade: h2,h2c + Connection: Upgrade, Keep-Alive + Last-Modified: Tue, 05 Dec 2017 22:57:13 GMT + ETag: \"52f0b-55f9fc1798dca\" + Accept-Ranges: bytes + Content-Length: 339723 + Vary: User-Agent + Keep-Alive: timeout=2, max=100 + Content-Type: application/x-gzip + Content-Encoding: x-gzip + +# Working (http://www.trout.me.uk/perl/Authen-Htpasswd-0.171.tar.gz) +## git-annex + GET /perl/Authen-Htpasswd-0.171.tar.gz HTTP/1.1 + Host: www.trout.me.uk + Accept-Encoding: gzip + + HTTP/1.1 200 OK + Date: Thu, 17 May 2018 19:09:55 GMT + Server: Apache/2.2.16 (Debian) + Last-Modified: Tue, 09 Aug 2011 12:09:31 GMT + ETag: \"10269-2096-4aa116fa394c0\" + Accept-Ranges: bytes + Content-Length: 8342 + Content-Type: application/x-gzip + +## wget + + GET /perl/Authen-Htpasswd-0.171.tar.gz HTTP/1.1 + User-Agent: Wget/1.19.5 (linux-gnu) + Accept: */* + Accept-Encoding: identity + Host: www.trout.me.uk + Connection: Keep-Alive + + HTTP/1.1 200 OK + Date: Thu, 17 May 2018 19:09:58 GMT + Server: Apache/2.2.16 (Debian) + Last-Modified: Tue, 09 Aug 2011 12:09:31 GMT + ETag: \"10269-2096-4aa116fa394c0\" + Accept-Ranges: bytes + Content-Length: 8342 + Keep-Alive: timeout=15, max=100 + Connection: Keep-Alive + Content-Type: application/x-gzip +"""]]