Created
February 6, 2018 20:50
-
-
Save bamthomas/03ef566c2a1aca51c37407a7d0836d81 to your computer and use it in GitHub Desktop.
Baikal url validation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -i --request PROPFIND --insecure --digest -u user:password --header "Content-Type: text/xml" --header "Brief:t" \ | |
https://dav.url/card.php/addressbooks/user/default/ | |
curl -i --request PROPFIND --insecure --digest -u user:password --header "Content-Type: text/xml" --header "Brief:t" \ | |
https://dav.url/cal.php/principals/user/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment