is there a good guide to hosting discord apps on workers?
is there a good guide to hosting discord apps on workers?


await instance.response()?wrangler dev command with hot reloadreact-router dev should automagically run wrangler under the hood (you might need to clone the template to see whats going on)_redirects can do this if you set the code to 200
I mean there's nothing preventing users from hitting the API in many wayYes, there is? That's why I want to check
CF-Worker (and enforce 2a06:98c0:3600::103 as the source IP).so maybe offer an API key for tracking/limiting?That isn't nearly as frictionless. I already do that and it's just one more reason why people don't want to try it out.
Yes, there is? That's why I want to check CF-Worker (and enforce 2a06:98c0:3600::103 as the source IP).I can make 20 free Cloudflare accounts and abuse the API while looking legitimate. Even if I have to buy a domain for each, that's what, $4/yr/ea?
As for the API key, it's going to be needed for the paid planmhm, that's already done.
CF-Worker be an actual domain, but then that completely breaks anybody using Email or Cron Workers /ping works to show contents of /ping.txt, but /online keeps giving a 307 redirect to /.../online.html is served to /online (file exists but I don't want to serve it. may delete but didn't want to if that's not going to fix it)/online / 200await instance.response()react-router dev