G
GeezerButler
Hi, I am trying to write a simple crawler. I have no previous
experience in bots so beware of stupid questions
The url i want to connect to is "http://someSiteName/landing.aspx?
prg=ABC&prg=DEF&prg=GHI"
When i type this in a browser, the server redirects to some other page
(http://someSiteName/otherPage.aspx) and the page gets opened but when
i try to connect by the WebRequest class, i am able to get the
response but it contains some custom error message of that site.
So my question is that what is it that the browser can handle but the
WebRequest class cant?
experience in bots so beware of stupid questions
The url i want to connect to is "http://someSiteName/landing.aspx?
prg=ABC&prg=DEF&prg=GHI"
When i type this in a browser, the server redirects to some other page
(http://someSiteName/otherPage.aspx) and the page gets opened but when
i try to connect by the WebRequest class, i am able to get the
response but it contains some custom error message of that site.
So my question is that what is it that the browser can handle but the
WebRequest class cant?