Add Last-Modified header for GET and HEAD#1856
Add Last-Modified header for GET and HEAD#1856SarthakDudhe wants to merge 1 commit intonodeSolidServer:mainfrom
Conversation
csarven
left a comment
There was a problem hiding this comment.
Thanks for this. Tested and seems to work as intended. I haven't run the tests.
|
@SarthakDudhe Thanks for working on NSS. This is really needed. We may have discussion on what you could work on : implementing the Solid notifications spec !!!! or replacing inrupt OIDC client browser with UVDSL one. @csarven |
|
@bourgeoa , it is required in Solid Protocol. It is also a server-controlled header, as opposed to a resource description, which may or may not be modifiable. The other advantage is being able to get this information using |
Summary
Last-Modifiedheaders to successful GET and HEAD responsesmtimeas the header valueFixes #1793.
Tests