PneuTueur
PneuTueur
CDCloudflare Developers
Created by PneuTueur on 8/28/2024 in #workers-help
Why do all workers use for same IP for sending requests?
No problem. I'll be looking for another serverless hosting platform. It's a shame because Cloudflare workers provides exactly what I was searching for. Thank you anyway!
8 replies
CDCloudflare Developers
Created by PneuTueur on 8/28/2024 in #workers-help
Why do all workers use for same IP for sending requests?
I am sorry, but I find that hard to understand. If a server's security is based on filtering the IPs it receives, it's a bad server and nothing is going to save it. It's this kind of restriction that prevents thousands of open source developers like me from sharing non-abusive code that is intended to be deployed on a free infrastructure like Cloudflare workers, so that everyone can use it.
8 replies
CDCloudflare Developers
Created by PneuTueur on 8/28/2024 in #workers-help
Why do all workers use for same IP for sending requests?
Why such a restriction?
8 replies
CDCloudflare Developers
Created by PneuTueur on 8/26/2024 in #workers-help
Cannot find module '__STATIC_CONTENT_MANIFEST' or its corresponding type declarations
Thank you! it seems to be a bug from TS
3 replies
CDCloudflare Developers
Created by PneuTueur on 8/9/2024 in #workers-help
Access D1 database outside a request
However I also encounter some issues with cors
18 replies
CDCloudflare Developers
Created by PneuTueur on 8/9/2024 in #workers-help
Access D1 database outside a request
I am sorry, I am using itty-router with my worker
18 replies
CDCloudflare Developers
Created by PneuTueur on 8/9/2024 in #workers-help
Access D1 database outside a request
thank you!
18 replies
CDCloudflare Developers
Created by PneuTueur on 8/9/2024 in #workers-help
Access D1 database outside a request
this is a very interesting solution, I will make sure to try it out
18 replies
CDCloudflare Developers
Created by PneuTueur on 8/17/2024 in #workers-help
Send a request to my worker's endpoint from a cron trigger event?
I configured a scheduled handler for my cron triggers which is executed (I can see it with wrangler tail). However, I meant that I was using the native fetch API to send a request to the worker
7 replies
CDCloudflare Developers
Created by PneuTueur on 8/17/2024 in #workers-help
Send a request to my worker's endpoint from a cron trigger event?
Yes, I know. It is the feature I was talking about
7 replies
CDCloudflare Developers
Created by PneuTueur on 8/9/2024 in #workers-help
Access D1 database outside a request
ok, thank you!
18 replies
CDCloudflare Developers
Created by PneuTueur on 8/9/2024 in #workers-help
Access D1 database outside a request
Thank you for your clarifications. It is also likely that itty router provides access to the database by responding to a request, isn't it?
18 replies
CDCloudflare Developers
Created by PneuTueur on 8/9/2024 in #workers-help
Access D1 database outside a request
So I guess that it could be performed for a cron trigger event?
18 replies
CDCloudflare Developers
Created by PneuTueur on 5/5/2024 in #general-help
Worker unreachable from my IP only
I solved it by editing nsswitch.conf too, nevertheless I still not understand what was going on
3 replies