Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trigger #2

Open
stan002 opened this issue Mar 21, 2016 · 0 comments
Open

Trigger #2

stan002 opened this issue Mar 21, 2016 · 0 comments

Comments

@stan002
Copy link

stan002 commented Mar 21, 2016

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'."
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant