Hey Guys,
Iam building a scrapper which needs to scrap some web content. Iam facing an issue, the page I need to crawl has loads of java scripts and it seems that the java-script calls are setting up some cookies and some query string parameters for next requests.
Iam able to set the cookies by sending requests to the js files, but seems the query string params are getting generated by some encoded javascript calls.
I am not able to decipher them, I tried googling for tools to compile JS to C# but in vain. If someone has solved similar issues earlier, please shed some light on how can I compile a javascript file like a browser and generate html from my C# code directly.
Any help would be deeply appreciated.