Quote:
Originally Posted by alexg
yeah that could be set up with the webhost, but if the script does it automatically it's even better 
|
Dunno how it'd do it, besides a "fake" cron, but good luck.
The proper format, likely, is going to be something like this ..
"Normal" cURL:
/path/to/curl
http://application.com
"Login" cURL:
/path/to/curl --get -d "user=username&pass=password"
http://application.com
"Defeat 3xx and Login" cURL:
/path/to/curl --location --get -d "user=username&pass=password"
http://www.application.com
If you want/need me to take a look, I'd be happy to help.