You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an incomplete feed URL (without the protocol part) is entered, Laserchicken should add http:// as default. Otherwise, feed duplication won't be recognized and links to feed XML will break.
The text was updated successfully, but these errors were encountered:
Sorry, should have been more precise. When you're admin, you have access to the /feeds resource, which lists all known feeds. In that list, there's a link to the actual XML with the (probably misleading) name "(web)". Without a a leading protocol, this link is treated as relative, which is incorrect.
I think the best way to deal with this is to make the URL complete by adding a default protocol as early as possible.
Incomplete URLs already in the database could be changed with the help of a migration, I guess.
When an incomplete feed URL (without the protocol part) is entered, Laserchicken should add
http://
as default. Otherwise, feed duplication won't be recognized and links to feed XML will break.The text was updated successfully, but these errors were encountered: