Authenticate to a site
-
I have made a Rss Reader (Windows app) - it takes one Url(i.e. watever.com/rss.xml) and reads its contents. But its not working with those sites which have authentication (e.g. those sites need userid/password to enter and read Rss feed). My question is how can I authenticate to a site thru my application or thru programming ? I need some help.
---------------------------- **** JOB23743 Submitted ****
-
I have made a Rss Reader (Windows app) - it takes one Url(i.e. watever.com/rss.xml) and reads its contents. But its not working with those sites which have authentication (e.g. those sites need userid/password to enter and read Rss feed). My question is how can I authenticate to a site thru my application or thru programming ? I need some help.
---------------------------- **** JOB23743 Submitted ****
-
Depends on the kind of authentication the site requires, if the site uses cookies to set authentication, then use cookies in your code.