It's straightforward to make a general ssl/https connection using fsockopen. But can logins (authenticated access) be done? If so, mini-examples please? Or pointers to resources...
Thanks!
demnetia
8:14 pm on Jan 18, 2005 (gmt 0)
Do you mean Basic HTTP authentication? If so, you can slap an Authorization header in the request headers.