View Single Post
Old 12-02-2006, 11:01 AM  
edgeprod
Permanently Gone
 
Industry Role:
Join Date: Mar 2004
Posts: 10,019
Quote:
Originally Posted by alexg View Post
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.
edgeprod is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote