solid / authentication-panel

GitHub repository for the Solid Authentication Panel
MIT License
11 stars 15 forks source link

HTTP requests don't contain hashes #96

Closed bblfish closed 3 years ago

bblfish commented 3 years ago

In the current published primer spec there is a request for

GET https://decentphotos.example/webid#this

HTTP Requests MUST NOT contain "#fragments", as the HTTP is a protocol to retrieve documents, not document fragments.

elf-pavlik commented 3 years ago

could you please make PR to fix it?

TallTed commented 3 years ago

Problem line in source is here. I'll leave the PR to you.

acoburn commented 3 years ago

True, the HTTP request should not contain a #fragment, but that fragment portion is also an important part of the client's WebID, since that will affect the triple that is matched in the RDF response. So it would likely make sense to have something like, "For the WebID https://decentphotos.example/webid#this, make a request GET https://decentphotos.example/webid ..."