So I already asked something like this but the question was bland and pointless so I'll ask in more detail:
So I am currently trying to login to a website with my c# application. I've already analyzed Chrome's Network Debug tools and I've seen that it obviously uses HTTP POST. Now what I want to do is, login to the website via my app, and then access data that is only display if I logged in. Thing is, I am not sure how to pass on my information and get a cookie/authentication token in return which I could use to access other data. Would anyone be able to give me a hint or something like it?