I
Ian Mooney
I'm using the HttpWebRequest and HttpWebResponse components to automatically
scrape content from various internet news sites to store on my iPaq PDA
which I later read off-line while commuting to/from work. I don't have room
on the PDA for all the associated advertising stuff these sites have, so I
filter out all but the important text.
It's worked a treat until recently when 1 of the sites I read upgraded.
When I browsed to it using IE, I had to sign-on and accept a cookie from the
server. On subsequent visits to the site using IE, the cookie is read and
the sign-on is bypassed automatically.
Does anyone now how I can automate the reply to the cookie request inside a
dotNet application?
Regards
Ian
scrape content from various internet news sites to store on my iPaq PDA
which I later read off-line while commuting to/from work. I don't have room
on the PDA for all the associated advertising stuff these sites have, so I
filter out all but the important text.
It's worked a treat until recently when 1 of the sites I read upgraded.
When I browsed to it using IE, I had to sign-on and accept a cookie from the
server. On subsequent visits to the site using IE, the cookie is read and
the sign-on is bypassed automatically.
Does anyone now how I can automate the reply to the cookie request inside a
dotNet application?
Regards
Ian