Address

The path of the service is http://{dspace.url}/hdlResolver/{handle}, where {handle} is the Handle Identifier to resolve.

The service is public and responds to HTTP GET requests, the request will be similarly to this:

curl -i -H "Accept: application/json;charset=UTF-8" -H "Content-Type: application/json;charset=UTF-8" -X GET http://{dspace.url}/hdlResolver/{handle}

Note that {dspace.url} and {handle} are placeholder that you’ll replace with valid values.

This service tries to resolve an Handle Identifier to the URL of the resource mapped in that target DSpace environment.

Examples

Handle IDentifier

Responses

handleIdExample/1

Found : 200 - ["http://localhost/handle/hanldeIdExample1"]
Not Found: 200 - null

(Empty String)

400 - Empty Body

null

400 - Empty Body

The URL is composed using {dspace.ui.url} property.

  • No labels