• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

rssutils.jar

 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have rssutils.jar , it has few methods . One method is readrss(URI uri).
This method reads all the elements present in my website.
I construct the URI which is like http://mymachinename.com:7777/feed/rss/recent?&scope=folder . This link is RSS feed. When this uri is passed to the method i get the error as "SC 401" that means i am not authorised to subscribe to the feed. Can you please tell me how to pass login information along with the URI? It is very urgent
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It this the library you're talking about? It seems quite basic; I would be surprised if it can handle authorization.

You might want to check out some other library; e.g. ROME is pretty popular.
 
reply
    Bookmark Topic Watch Topic
  • New Topic