• Topic
  • Discussion
  • ODS.ODSManageOAuthWGEx10(Last) -- DAVWikiAdmin? , 2017-06-13 06:09:17 Edit WebDAV System Administrator 2017-06-13 06:09:17

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


    $ 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:polls"
    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:34:58 GMT
    Accept-Ranges: bytes
    Content-Type: application/json; charset="UTF-8"
    Content-Length: 104
    
    {
     "locations":[
       "http://ods-qa.openlinksw.com/dataspace/demo/polls/Demo%20User%27s%20Polls"
       ]
    }
    

    Related