Skip to content

Commit

Permalink
fix(proxy): add host to ignored headers
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 6, 2023
1 parent c5604a7 commit d4f863f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const ignoredHeaders = new Set([
"keep-alive",
"upgrade",
"expect",
"host",
]);

export async function proxyRequest(
Expand Down

0 comments on commit d4f863f

Please sign in to comment.