Skip to content

Commit eac6b05

Browse files
committed
allow 'accept' header, use text/n3 patch instead of application/sparql
1 parent 09c06b3 commit eac6b05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

site.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
Header always set Access-Control-Allow-Origin %{AccessControlAllowOrigin}e env=AccessControlAllowOrigin
1313

1414
Header always set Access-Control-Allow-Credentials true
15-
Header always set Access-Control-Allow-Headers "*, allow, authorization, content-type, dpop, slug"
15+
Header always set Access-Control-Allow-Headers "*, allow, accept, authorization, content-type, dpop, slug"
1616
Header always set Access-Control-Allow-Methods "GET, PUT, POST, OPTIONS, DELETE, PATCH"
17-
Header always set Accept-Patch: application/sparql-update
17+
Header always set Accept-Patch: text/n3
1818
Header always set Access-Control-Expose-Headers "Authorization, User, Location, Link, Vary, Last-Modified, ETag, Accept-Patch, Accept-Post, Updates-Via, Allow, WAC-Allow, Content-Length, WWW-Authenticate, MS-Author-Via"
1919
</VirtualHost>

0 commit comments

Comments
 (0)