solid / authorization-panel

Github repository for the Solid Authorization Panel
MIT License
19 stars 20 forks source link

Behavior of index.html and access control #163

Closed RubenVerborgh closed 10 months ago

csarven commented 3 years ago

I wonder as well, beyond this:

When an authorized GET request to / is given a 200 response with Content-Location: ./index.html, then we know ./index.html is a representation of ./. They have the same access privileges. OPTIONS would be a 204. For the other request methods, the Protocol includes:

When a PUT, POST, PATCH or DELETE method request targets a representation URL that is different than the resource URL, the server MUST respond with a 307 or 308 status code and Location header specifying the preferred URI reference.