Somebody help me. I try to send autentification (login, Password) to the https:// server. But I cannot because server doesn't treat these variables as variables submitted by form.
I use curl (with SSL support)
something like
curl -m 120 -d Login=Login -d Password=Password https://secure.server.com
OR
curl -m 120 -F Login=Login -F Password=Password https://secure.server.com
The result is the same it send me away 🙂))
(I could say harder)