What is the best way to get the HTML for HTML Agiligy Pack to process?
I can't seem to get the HTML from a few sites, but can from many others. Here are 2 sites I am having issues with: https://www.rei.com https://www.homedepot.com I am building an app that will get meta tag info from a URL that the user enters. Once I get the HTML the code, I process it using HTML Agility pack and it works perfectly. The problem is with getting the HTML from various websites. I have tried various ways to get the HTML ( HtmlWeb , HttpWebRequest and others) all with setting the user-agent (same agent tag as chrome), headers, cookies and autoredirect, gzip-ing and seems like every