No Cookies at second Webrequest
Posted
by Collin Peters
on Stack Overflow
See other posts from Stack Overflow
or by Collin Peters
Published on 2010-04-14T08:47:15Z
Indexed on
2010/04/14
8:53 UTC
Read the original article
Hit count: 252
Hello,
I write a little Tool in C# with Visual Studio 2008.
My Problem:
I login to a website by HTTP-webrequest, I get an authentification cookie, thats all ok.
Than I make a new HTTP-webrequest and add the cookies from the first request to call the next page where i can see my personal data. I see that the cookies will associated with the second request if I debug it but if I check the network traffic I see that are no Cookies transmitted at the second request. I tried many possibilities to see why i dont work but i found nothing.
Does somebody have the same problem or know a solution? (Sorry for bad english)
© Stack Overflow or respective owner