Quote:
Originally Posted by edgeprod
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.
|
thanks

i want to test it out first... to see if it fits my needs...
like i said, I'm a total noob when it comes to scripts so forgive me if i said some bullshit earlier regarding the cron-job ;)