Redirected URL not always adopted for final feed #2
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
OERF/blog-feed-finder#2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: lightweight
In cases where a url redirects, e.g. http:// -> https:// as in http://tech.oeru.org -> https://tech.oeru.org, the redirected URL is not used to replace the original, resulting in the feed http://tech.oeru.org/rss.xml being found - this is not the best result - it should be https://tech.oeru.org/rss.xml... This will require tracing the URL through the code flow to work out where the redirected URL should be used to replace the entered URL.
mentioned in commit
105ecaf444I think this is now fixed.
closed