-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iCloud compatible #15
Comments
Hi kizzie33, can you give some information about which url you used to connect to icloud? Thank you! |
Thanks @kizzie33 - this worked for ownCloud as well. |
I have the same problem with iCloud. I use contacts.icloud.com as url and my @icloud.com to authenticate, but server returns 403. |
Wher is @kizzie33 's solution , i cant find here ?? |
@rashnk |
hi, im getting the response as below the contacts data is not printed, but with owncloud it works well |
Replace
to
curl_setopt($c, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
To make it iCloud compatible, this should be in the notes somewhere.
The text was updated successfully, but these errors were encountered: