Nehal Ali
CDCloudflare Developers
•Created by Nehal Ali on 5/10/2024 in #d1-database
Alpha database migration guide · Cloudfl...
5 replies
CDCloudflare Developers
•Created by Nehal Ali on 5/10/2024 in #d1-database
Alpha database migration guide · Cloudfl...
5 replies
CDCloudflare Developers
•Created by Nehal Ali on 5/10/2024 in #d1-database
Alpha database migration guide · Cloudfl...
Emailed them,thank you.
5 replies
CDCloudflare Developers
•Created by Chaika on 3/29/2024 in #workers-discussions
> So i am expecting for the same request
got it . thanks
10 replies
CDCloudflare Developers
•Created by Chaika on 3/29/2024 in #workers-discussions
> So i am expecting for the same request
the url is a my worker.dev url
10 replies
CDCloudflare Developers
•Created by Chaika on 3/29/2024 in #workers-discussions
> So i am expecting for the same request
10 replies
CDCloudflare Developers
•Created by Chaika on 3/29/2024 in #workers-discussions
> So i am expecting for the same request
const modifiedRequest = new Request( env.auth_url, {
method: 'POST',
headers: originalHeaders,
});
// Call fetch with the new request and cache configuration
const response = await fetch(modifiedRequest, {
cf: {
cacheTtl: 3600,
cacheEverything: true
},
});
yes i using the response returned from the fetch but the headers give me an empty obj10 replies
CDCloudflare Developers
•Created by Chaika on 3/29/2024 in #workers-discussions
> So i am expecting for the same request
Thank you for your response, i tried to check for CF-Cache-Status header and it returns back null .
any idea what might be causing this ?
10 replies