to optimize my personal time I started making use of ifttt to simply send me emails when new blog posts arrive instead of having to check constantly myself if there's new content. It works great for me.
For the dailyarticles I'm able to set up a recipe but it seems the following
http://www.asp.net/rss/content doesn't get accepted due to this message:
Not a valid feed url, missing feed title
Can this be looked into please?
Grz, Kris.
Read my blog | Twitter Working with Azure, chatbots, ASP.NET MVC, Web API, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
This is what the top of the XML file delivered by http://www.asp.net/rss/content looks like, and as you can see there is a title element:
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
<channel>
<title>ASP.NET Content</title>
<link>http://www.asp.net</link>
<pubDate>Thu, 26 Jun 2014 00:00:00 -0400</pubDate>
<generator>umbraco</generator>
<description>ASP.NET Content</description>
<language>en</language>
<atom:link href="http://www.asp.net/rss/content" rel="self" type="application/rss+xml"/>
<item>
<title>
Two-factor authentication using SMS and email with ASP.NET Identity
</title>
<link>
http://www.asp.net/identity/overview/features-api/two-factor-authentication-using-sms-and-email-with-aspnet-identity
</link>
<pubDate>Thu, 26 Jun 2014 00:00:00 -0400</pubDate>
<guid isPermaLink="false">00000000-0000-0000-0000000057785</guid>
<description>
<![CDATA[
This tutorial will show you how to set up Two-factor authentication (2FA) using SMS and email. This article was written by Rick Anderson ( @RickAndMSFT ), Pranav Rastogi ( @rustd ), Hao Kung, and S...
]]>
</description>
</item>
All-Star
191741 Points
20952 Posts
ASPInsiders
Moderator
MVP
IFTTT doesn't accept content feed
Jun 27, 2014 02:43 AM|XIII|LINK
Hi,
to optimize my personal time I started making use of ifttt to simply send me emails when new blog posts arrive instead of having to check constantly myself if there's new content. It works great for me.
For the dailyarticles I'm able to set up a recipe but it seems the following http://www.asp.net/rss/content doesn't get accepted due to this message:
Not a valid feed url, missing feed title
Can this be looked into please?
Grz, Kris.
Working with Azure, chatbots, ASP.NET MVC, Web API, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
All-Star
163349 Points
9803 Posts
ASPInsiders
Dev Team
Moderator
Re: IFTTT doesn't accept content feed
Jun 27, 2014 10:15 AM|tmorton|LINK
Hi Kris,
This is what the top of the XML file delivered by http://www.asp.net/rss/content looks like, and as you can see there is a title element:
The http://www.asp.net/rss/content feed validates at both http://validator.w3.org/feed/ and http://feedvalidator.org/, so I am unsure what the issue might be with IFTTT.
ASP.NET Website Manager, Neudesic