From f6cc088eecd55b57687138221b04579e079e81e7 Mon Sep 17 00:00:00 2001 From: ewen Date: Sun, 15 Jul 2018 02:18:46 +0000 Subject: [PATCH] Renamed bug to indicate missing User-Agent header seems to be cause. --- doc/bugs/importfeed_bad_request_without_User-Agent__58__.mdwn | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/bugs/importfeed_bad_request_without_User-Agent__58__.mdwn b/doc/bugs/importfeed_bad_request_without_User-Agent__58__.mdwn index 27933ceefd..f3aaaffc36 100644 --- a/doc/bugs/importfeed_bad_request_without_User-Agent__58__.mdwn +++ b/doc/bugs/importfeed_bad_request_without_User-Agent__58__.mdwn @@ -10,8 +10,6 @@ As best I can tell from packet captures and `telnet` debugging, the issue is tha Can a suitable `User-Agent:` header be added to the `git annex importfeed` HTTP requests? -(*Note* the bug title probably needs updating since I seem to have discovered the root cause after starting creating the bug.) - ### What steps will reproduce the problem? Attempt to `git annex importfeed` the feed `'https://theythempodcast.com/episodes?format=RSS'`. The problem also appears reproducible with `'http://theythempodcast.com/episodes?format=RSS'` (ie, unencrypted), which makes debugging a wee bit simpler (ie, packet captures can help).