@@ -473,17 +473,17 @@ export async function invokeEdgeFunction(
473
473
474
474
// Checkout the stargate headers: https://github.com/netlify/stargate/blob/dc8adfb6e91fa0a2fb00c0cba06e4e2f9e5d4e4d/proxy/deno/edge.go#L1142-L1170
475
475
headers : {
476
- 'x-nf-edge-functions' : functionsToInvoke . join ( ',' ) ,
477
- 'x-nf-deploy-id' : ctx . deployID ,
478
- 'x-nf-site-info' : Buffer . from (
476
+ 'debug- x-nf-edge-functions' : functionsToInvoke . join ( ',' ) ,
477
+ 'debug- x-nf-deploy-id' : ctx . deployID ,
478
+ 'debug- x-nf-site-info' : Buffer . from (
479
479
JSON . stringify ( { id : ctx . siteID , name : 'Test Site' , url : 'https://example.com' } ) ,
480
480
) . toString ( 'base64' ) ,
481
- 'x-nf-blobs-info' : Buffer . from (
481
+ 'debug- x-nf-blobs-info' : Buffer . from (
482
482
JSON . stringify ( { url : `http://${ ctx . blobStoreHost } ` , token : BLOB_TOKEN } ) ,
483
483
) . toString ( 'base64' ) ,
484
- 'x-nf-passthrough' : 'passthrough' ,
485
- 'x-nf-passthrough-host' : passthroughHost ,
486
- 'x-nf-passthrough-proto' : 'http:' ,
484
+ 'debug- x-nf-passthrough' : 'passthrough' ,
485
+ 'debug- x-nf-passthrough-host' : passthroughHost ,
486
+ 'debug- x-nf-passthrough-proto' : 'http:' ,
487
487
'x-nf-request-id' : v4 ( ) ,
488
488
...options . headers ,
489
489
} ,
0 commit comments