mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-19 00:15:58 +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 = [{
|
||||
...overrides,
|
||||
headers: {
|
||||
...req.headers(),
|
||||
...overrides?.headers,
|
||||
...options.extraHeaders,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user