sysneto / visualforce-components

Automatically exported from code.google.com/p/visualforce-components
0 stars 0 forks source link

Way of Authenticate RSS feed url #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I have install ur application in my Sandbox that is working without any issue.

Step1:- When I have created own RSS Feed using WIKI Confluence and giving
to the http://FreeMyFeed.com to make that in small size.

Step2:-After getting the url from http://FreeMyFeed.com, I am passing to
this Apex class like:-
rss.setCompFeedURL('http://tinyurl.com/no7vj3');

Step:-- have also settled this in Setup->Security->Remote site settings

After running this I am getting following Exception: 

 ERROR: System.CalloutException: Unauthorized endpoint, please check
Setup->Security->Remote site settings. endpoint = http://tinyurl.com/no7vj3

Expectation: Getting output from RssFeed.
I am using Windows XP OS and latest version of APEX.

Please would u like to see this problem that will be highly appreciate to us.

Original issue reported on code.google.com by sunilkum...@gmail.com on 28 Aug 2009 at 1:30