Skip to content

Commit d4f863f

Browse files
committed
fix(proxy): add host to ignored headers
1 parent c5604a7 commit d4f863f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/proxy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const ignoredHeaders = new Set([
1717
"keep-alive",
1818
"upgrade",
1919
"expect",
20+
"host",
2021
]);
2122

2223
export async function proxyRequest(

0 commit comments

Comments
 (0)