Replies: 1 comment
-
Schema-enabled box : may require app (schema) authn for box contents access Schema-disabled box : cannot handle app (schema) authn for box contents access. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In case I send HTTP GET request to box URL which schema URL is set, its response differs from one which schema URL is not set.
Description
Examples are below.
HTTP GET to box which is not set schema.
HTTP GET to box which is set shema.
$ curl https://user.pds.example.com/hogehoge -i HTTP/1.1 401 Date: Thu, 02 Sep 2021 05:50:32 GMT Content-Type: application/json Content-Length: 82 Connection: keep-alive WWW-Authenticate: Bearer realm="https://user.pds.example.com/" X-Personium-Version: 1.7.22 Server: Personium
Beta Was this translation helpful? Give feedback.
All reactions