Howzit,
I need some advice on how to go about doing this little side project.
Theres a website that uses xml feeds to populate the whole page (i dont care if thats good or bad), I can access these feeds when I'm logged in, but as soon as I'm logged out i cannot access these, which is fine.
This brings me to the point i am now. I would like to replicate the site in a windows app using C#. But I'm kinda lost to this when it comes to http request(posts, get or whatever). Im assuming c# can do this without a problem.
So,
step one, would be to probably send a post method to the URL with my details?
step two, would be access the xml feeds and process? (which is easy enough as i used a local copy of the xml doc to do this)
any help on where i could start to do the login process?
Thanx