Hi,
I am currently running a php cronjob to crawl through some HTML. I have come to a scenario where I have to be logged in to access some data. How can this be achieved?
The cronjob is running on a server which I dont have access to.
Basically, let's just say, I am trying to access some HTML data which is only available after a user logs in. I have the login details but dont know how to implement it with the cronjob.
Cheers!