Hi,

I have an c# app and I want the app to connect to the phpbb3 forum, login in, and download the list of topics.

And here's my problem, I tried to connect to the forum with HttpWebRequest. But there is an auto redirection after the login. The response was the login page. So I think the forum sends a cookie which i don't know how to handle.

Does anyone had this problem?

Thanks for all your...