Remove content type for raw requests
This commit is contained in:
parent
27744d8e56
commit
e57a840ede
|
@ -33,6 +33,7 @@ function makeRawRequest (options: {
|
|||
return makeGetRequest({
|
||||
url: `${protocol}//${host}`,
|
||||
path: pathname,
|
||||
contentType: undefined,
|
||||
|
||||
...pick(options, [ 'expectedStatus', 'range', 'token', 'query' ])
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue