Skip to content

Commit

Permalink
x-test-response-message
Browse files Browse the repository at this point in the history
  • Loading branch information
pflynn-virtru authored Nov 12, 2024
1 parent 9086501 commit 627bd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const kas: RequestListener = async (req, res) => {
console.log('[INFO]: server request: ', req.method, req.url, req.headers);
res.setHeader(
'Access-Control-Allow-Headers',
'authorization, content-type, dpop, range, virtru-ntdf-version, x-test-response'
'authorization, content-type, dpop, range, virtru-ntdf-version, x-test-response, x-test-response-message'
);
res.setHeader('Access-Control-Allow-Origin', '*');
// GET should be allowed for everything except rewrap, POST only for rewrap but IDC
Expand Down

0 comments on commit 627bd94

Please sign in to comment.