D
David
I'm trying to use HTTPWebRequest to make a web spider. I was able to
retrieve Yahoo's main page with it but the data differed greatly from what
Firefox or IE retrieve (none of the script commands were in what my program
retrieved). Even when I turned IE's security up all the way so everything
was disabled the script commands were still in the page source, I'm not sure
why.
Groups.google.com does not seem to return a thing to my spider. I tried
changing the UserAgent property a few times to things like "Mozilla/5.0
Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/2007/0309
Firefox/2.0.0.3" but the results didn't change.
Any ideas on what I need to do ?
Thanks,
David.
retrieve Yahoo's main page with it but the data differed greatly from what
Firefox or IE retrieve (none of the script commands were in what my program
retrieved). Even when I turned IE's security up all the way so everything
was disabled the script commands were still in the page source, I'm not sure
why.
Groups.google.com does not seem to return a thing to my spider. I tried
changing the UserAgent property a few times to things like "Mozilla/5.0
Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/2007/0309
Firefox/2.0.0.3" but the results didn't change.
Any ideas on what I need to do ?
Thanks,
David.