Hi there,
I need to make http request to a webpage and another webpage because i cant get the needed data from the second page
because it needs my session information which is stored on my computer in a cookie when i entered the first page
authomatically.
you know this basic session thing with browsers.
But what i want to know and actually want to do is http requesting the first page with the c# code, get the session info from
first page and then http requesting the second page pretending i am a browser and i have the cookie which has session info
in it but i am actually not a browser but a c# code.
please help i'll appreciate any advise