We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
host
1 parent c5604a7 commit d4f863fCopy full SHA for d4f863f
src/utils/proxy.ts
@@ -17,6 +17,7 @@ const ignoredHeaders = new Set([
17
"keep-alive",
18
"upgrade",
19
"expect",
20
+ "host",
21
]);
22
23
export async function proxyRequest(
0 commit comments