This repository was archived by the owner on Jun 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
allow OPTIONS on json-ld API #176
Comments
N.b. "Allow" is a header. See: |
From what I understand I think that we should do:
I'm not sure if Allow: should also be included in the GET and POST methods, however the header should only appear in the |
ChristiaanScheermeijer
added a commit
that referenced
this issue
Apr 30, 2021
…uest methods Fixes #176
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
linked data clients use OPTIONS to see what kind of operations that they can do on a server. Because the json-ld export in the CE is read-only, we should implement OPTIONS that returns:
so that clients know that they cannot write to the CE.
The text was updated successfully, but these errors were encountered: