nodeSolidServer / nodeSolidServer/node-solid-server
Server should include the Last-Modified header
@knishkagithub đang làm issue này rồi.
Từ ngày 7/10/2024.
- Ngôn ngữ chính
- JavaScript
- Star
- 1.8k
- Fork
- 308
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Server MUST generate a Last-Modified header field in response to GET and HEAD requests.
https://solidproject.org/ED/protocol#server-last-modified-includes
Servers are strongly discouraged from exposing information beyond the minimum amount necessary to enable a feature.
https://solidproject.org/ED/protocol#exposing-information
So, the implementation should only expose the Last-Modified header when access is granted to the request target, i.e., when user or public has Read access to the resource. This is typically aligned with the 200 response.
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.