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
Hi,
I am trying to use RSS Connector API as a trigger. I am using FeedItemTrigger in my Logic App to check for new feeds in the feed site but the trigger fails. I tried using several feed URIs but got the same output. Any suggestions on what am missing or what am not doing correctly?
Output Code:
{
"statusCode": 404,
"headers": {
"pragma": "no-cache",
"x-ms-proxy-outgoing-newurl": "https://xxxxx.azurewebsites.net/api/Feed/NewFeedItemTrigger?FeedUri=http:%2F%2Fsports.yahoo.com%2Fsoccer%2F%2Frss.xml",
"cache-Control": "no-cache",
"set-Cookie": "ProxiedARRAffinity="xxxxxxxx",
"server": "Microsoft-IIS/8.0",
"x-AspNet-Version": "4.0.30319",
"x-Powered-By": "ASP.NET",
"date": "Mon, 21 Mar 2016 16:59:25 GMT"
},
"body": {
"status": 404,
"source": "https://xxxxx.azurewebsites.net/api/Feed/NewFeedItemTrigger?FeedUri=http:%2F%2Fsports.yahoo.com%2Fsoccer%2F%2Frss.xml",
"message": "No HTTP resource was found that matches the request URI 'https://xxxxx.azurewebsites.net/api/Feed/NewFeedItemTrigger?FeedUri=http:%2F%2Fsports.yahoo.com%2Fsoccer%2F%2Frss.xml'."
}
}
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use RSS Connector API as a trigger. I am using FeedItemTrigger in my Logic App to check for new feeds in the feed site but the trigger fails. I tried using several feed URIs but got the same output. Any suggestions on what am missing or what am not doing correctly?
Output Code:
The text was updated successfully, but these errors were encountered: