View Single Post
Old 12-02-2006, 11:45 AM  
alexg
IL4L.com
 
Join Date: Aug 2003
Location: Israel - ICQ: 162136565
Posts: 11,287
Quote:
Originally Posted by edgeprod View Post
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 ;)
alexg is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote