Spuckwaffel
Explore posts from serversCDCloudflare Developers
•Created by Spuckwaffel on 10/16/2024 in #workers-help
Worker request time increased drastically after deployment
alright, from now on i will use that, thank you!
13 replies
CDCloudflare Developers
•Created by Spuckwaffel on 10/16/2024 in #workers-help
Worker request time increased drastically after deployment
okay so magically all requests are now back to their usual times, but all metrics are the same....
13 replies
CDCloudflare Developers
•Created by Spuckwaffel on 10/16/2024 in #workers-help
Worker request time increased drastically after deployment
yea i dont use any fetch
13 replies
CDCloudflare Developers
•Created by Spuckwaffel on 10/16/2024 in #workers-help
Worker request time increased drastically after deployment
in my js i just use awaits but only for DB requests or KVs if that might be related
13 replies
CDCloudflare Developers
•Created by Spuckwaffel on 10/16/2024 in #workers-help
Worker request time increased drastically after deployment
13 replies
CDCloudflare Developers
•Created by Spuckwaffel on 10/16/2024 in #workers-help
Worker request time increased drastically after deployment
how are subrequests defined in my worker? I dont do any requests to any websites or anything, just D1 and KV
13 replies
CDCloudflare Developers
•Created by Spuckwaffel on 10/16/2024 in #workers-help
Worker request time increased drastically after deployment
as its all just primary key queries
13 replies
CDCloudflare Developers
•Created by Spuckwaffel on 10/16/2024 in #workers-help
Worker request time increased drastically after deployment
for D1
13 replies
CDCloudflare Developers
•Created by Spuckwaffel on 10/16/2024 in #workers-help
Worker request time increased drastically after deployment
13 replies
CDCloudflare Developers
•Created by Spuckwaffel on 9/1/2024 in #general-help
Client SSL Public Key Pinning
thanks @Leo, will do exactly that. Hopefully there are enough resources online, haven’t seen much with curl c++🤣
13 replies
CDCloudflare Developers
•Created by Spuckwaffel on 9/1/2024 in #general-help
Client SSL Public Key Pinning
correct
13 replies
CDCloudflare Developers
•Created by Spuckwaffel on 9/1/2024 in #general-help
Client SSL Public Key Pinning
ah…. i didn’t think about that
13 replies
CDCloudflare Developers
•Created by Spuckwaffel on 9/1/2024 in #general-help
Client SSL Public Key Pinning
thanks for the link!
13 replies
CDCloudflare Developers
•Created by Spuckwaffel on 9/1/2024 in #general-help
Client SSL Public Key Pinning
i dont want that people use tools like HTTPSniffer do spy on the network traffic and alter it. Public key pinning makes sure this will not happen and will refuse to connect if a custom certificate is being used.
13 replies
CDCloudflare Developers
•Created by Spuckwaffel on 5/9/2024 in #general-help
KV or DB?
alright thank you
3 replies
CDCloudflare Developers
•Created by Spuckwaffel on 3/4/2024 in #workers-help
Downloading file from R2 but unsure what the best method is.
alright thank you very much
20 replies
CDCloudflare Developers
•Created by Spuckwaffel on 3/4/2024 in #workers-help
Downloading file from R2 but unsure what the best method is.
is there a api for R2 to do it directly without using a worker? e.g using account credentials
20 replies
CDCloudflare Developers
•Created by Spuckwaffel on 3/4/2024 in #workers-help
Downloading file from R2 but unsure what the best method is.
ah thank you very much
20 replies