Hi , I have been working on a project related to Web scraping using C# and have been able to scrap and crawl pages from the internet. But I am facing a challenge to scrap pages from website where authentication is required as my C# code is not able to clear the authentication even if I provide the ID and Password along with the URI in HTTPWebRequest.. Every time I am getting redirect to the login page and getting it as a response. Please advice ..