We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Clicking on exemplar in http://lobid.org/resource/TT003003647 results in a http-status code 404, whilst the data is in the endpoint:
describe http://lobid.org/item/TT003003647:A%202460%2F2
The cause seems to be the slahs '/' aka '%2F' .
The text was updated successfully, but these errors were encountered:
any thoughts on this?
Sorry, something went wrong.
ok, since its a hard thing to deal wit slashes in URIs being in a restful context, I just did this to my data: s#/#'#g
No branches or pull requests
Clicking on exemplar in http://lobid.org/resource/TT003003647 results in a http-status code 404, whilst the data is in the endpoint:
describe http://lobid.org/item/TT003003647:A%202460%2F2
The cause seems to be the slahs '/' aka '%2F' .
The text was updated successfully, but these errors were encountered: