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.
1 parent b108d18 commit 39345c9Copy full SHA for 39345c9
src/workflow-requests.ts
@@ -165,7 +165,10 @@ export const recreateUserHeaders = (headers: Headers): Headers => {
165
!headerLowerCase.startsWith("upstash-workflow-") &&
166
!headerLowerCase.startsWith("x-vercel-") &&
167
!headerLowerCase.startsWith("x-forwarded-") &&
168
- headerLowerCase !== "cf-connecting-ip"
+ headerLowerCase !== "cf-connecting-ip" &&
169
+ headerLowerCase !== "cdn-loop" &&
170
+ headerLowerCase !== "cf-ew-via" &&
171
+ headerLowerCase !== "cf-ray"
172
) {
173
filteredHeaders.append(header, value);
174
}
0 commit comments