use custom headers for raw

This commit is contained in:
wjqserver 2025-04-29 19:51:23 +08:00
parent 6ca31bc252
commit 55769d9a40
4 changed files with 28 additions and 11 deletions

View file

@ -51,7 +51,7 @@ func ChunkedProxyRequest(ctx context.Context, c *app.RequestContext, u string, c
return
}
setRequestHeaders(c, req)
setRequestHeaders(c, req, matcher)
AuthPassThrough(c, cfg, req)
resp, err = client.Do(req)