Hi, thanks for reading this.
I was wondering if I have some simple authentication system in place, like authlogic, how does one use curl to post and put data and, even before talking about posting and putting data, how does one "login" with curl and have the server remember or have curl remember that it is logged in?
if you were to choose, would you rather use XML or JSON to post data? And any advice on how to make this posting secure?
Thank You.