mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-19 12:39:16 +08:00
fix: headers in overridden request
This commit is contained in:
parent
3303763345
commit
a488bb8921
@ -592,6 +592,7 @@ if (window.self === window.top) {
|
|||||||
const continueArgs = [{
|
const continueArgs = [{
|
||||||
...overrides,
|
...overrides,
|
||||||
headers: {
|
headers: {
|
||||||
|
...req.headers(),
|
||||||
...overrides?.headers,
|
...overrides?.headers,
|
||||||
...options.extraHeaders,
|
...options.extraHeaders,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user