There is a login area on this website " link " and would like to know if it is possible to log in via .NET or via client using post or something.
There is a login area on this website " link " and would like to know if it is possible to log in via .NET or via client using post or something.
What you need is to develop a web crawler .
You can develop a crawler in two different ways:
CasperJS
, which is done over PhantomJS
. Solutions like this often emulate what a "real" browser does, such as running JavaScript, requests, AJAX, downloading images, and so on. Usually these solutions are developed in JavaScript.