Answer the question
In order to leave comments, you need to log in
How to use cookies in parsing?
I'm trying to parse a site using the HttpWebRequest class, in response I receive this markup
<html>
<head>
<script>function set_cookie(){var now = new Date();var time = now.getTime();time += 19360000 * 1000;now.setTime(time);document.cookie='beget=begetok'+'; expires='+now.toGMTString()+'; path=/';}set_cookie();location.reload();;
</script>
</head>
<body>
</body>
</html>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question