From a6371b073597ae922c3374d952dfdf2f920017ac Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Tue, 8 Jun 2021 19:56:14 +0200 Subject: [PATCH] Expose constant Allow header --- config/ldp/metadata-writer/writers/constant.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/ldp/metadata-writer/writers/constant.json b/config/ldp/metadata-writer/writers/constant.json index 02e737a30..c975f03b6 100644 --- a/config/ldp/metadata-writer/writers/constant.json +++ b/config/ldp/metadata-writer/writers/constant.json @@ -10,6 +10,10 @@ "ConstantMetadataWriter:_headers_key": "Accept-Patch", "ConstantMetadataWriter:_headers_value": "application/sparql-update" }, + { + "ConstantMetadataWriter:_headers_key": "Allow", + "ConstantMetadataWriter:_headers_value": "OPTIONS, HEAD, GET, PATCH, POST, PUT, DELETE" + }, { "ConstantMetadataWriter:_headers_key": "MS-Author-Via", "ConstantMetadataWriter:_headers_value": "SPARQL"