I have a crawling program that fetches urls to parse the html and came across an unusual error since I started this. For a specific set of urls from a site when fetching using HTTPWebRequest and HTTPWebResponse I get the error
**> The remote server returned an error:
(404) Not Found**
This is unusual since it works when pasting it in my browser. Any ideas appreciated. Not sure if code is needed to posted but let me know if so.