OK this is a good one 😃
I am logging into my system just fine, but what i want to do is once i have logged in i want to automatically login to another system (which is on a different box) with the information that i have already put in (username / pwd).
Now i'm thinking this would be a time for using Curl. The other system validates users through a login box via POST method (its ASP incidentally), so am i correct in thinking that i can easily use Curlpost?
Does anyone have any thoughts on how i could do this (or indeed any issues that i will need to be aware of when using CURL)
Cheers
GM