diff --git a/src/utils/proxy.ts b/src/utils/proxy.ts index 0216e2dd..5ca97671 100644 --- a/src/utils/proxy.ts +++ b/src/utils/proxy.ts @@ -24,6 +24,7 @@ export interface ProxyOptions { const PayloadMethods = new Set(["PATCH", "POST", "PUT", "DELETE"]); const ignoredHeaders = new Set([ "transfer-encoding", + "accept-encoding", "connection", "keep-alive", "upgrade",