• Topic
  • Discussion
  • ODS.ODSManageOAuthWGEx1(1.1) -- DAVWikiAdmin? , 2017-06-13 06:06:21 Edit WebDAV System Administrator 2017-06-13 06:06:21

    OAuth-Simple Web Discovery Curl Example for Service 'weblog'


    $ curl -i "http://ods-qa.openlinksw.com/.well-known/simple-web-discovery?principal=mailto:demo@ods-qa.openlinksw.com&service=ur
    n:openlinksw.com:ods:weblog"
    HTTP/1.1 200 OK
    Server: Virtuoso/06.02.3128 (Linux) x86_64-unknown-linux-gnu  VDB
    Connection: Keep-Alive
    Date: Tue, 02 Nov 2010 14:21:28 GMT
    Accept-Ranges: bytes
    Content-Type: application/json; charset="UTF-8"
    Content-Length: 198
    
    {
     "locations":[
       "http://ods-qa.openlinksw.com/dataspace/demo/weblog/Demo%20test%27s%20Weblog"
    ,   "http://ods-qa.openlinksw.com/dataspace/demo/weblog/Demo%20test%27s%20Weblog%20%282%29"
       ]
    }
    

    Related