diff --git a/shared/server-commands/requests/requests.ts b/shared/server-commands/requests/requests.ts index b247017fd..dc9cf4e01 100644 --- a/shared/server-commands/requests/requests.ts +++ b/shared/server-commands/requests/requests.ts @@ -33,6 +33,7 @@ function makeRawRequest (options: { return makeGetRequest({ url: `${protocol}//${host}`, path: pathname, + contentType: undefined, ...pick(options, [ 'expectedStatus', 'range', 'token', 'query' ]) })