suck
CDCloudflare Developers
•Created by sir حسين on 10/26/2023 in #pages-help
how to record subdomain
3 replies
CDCloudflare Developers
•Created by johnmantas on 6/26/2023 in #pages-help
Pages functions access
note that the example is a workers example, not a pages example, so the top-level stuff won't match up perfectly. the
new URL
bit will though6 replies
CDCloudflare Developers
•Created by johnmantas on 6/26/2023 in #pages-help
Pages functions access
here's an example of a hostname check: https://developers.cloudflare.com/workers/examples/hot-link-protection/
6 replies
CDCloudflare Developers
•Created by johnmantas on 6/26/2023 in #pages-help
Pages functions access
this isn't really a pages-specific thing but rather a nodejs thing. your pages function has a request object that you can use to write any logic you want. console.log it, submit your contact form, check the logs for any useful fields. sounds like you want to restrict requests by host. you'll probably want to check the headers for the "Referer" header and then allow/deny access based on the host in that value.
6 replies
CDCloudflare Developers
•Created by johnmantas on 6/26/2023 in #pages-help
Pages functions access
the functions accept requests from anywhere. any sort of permission logic, origin-based or otherwise, will need to be handled in your function code.
6 replies
CDCloudflare Developers
•Created by suck on 6/9/2023 in #wrangler
damn i m gonna miss fs based KV it was
HUGE, ty @Bill B
3 replies
CDCloudflare Developers
•Created by suck on 6/9/2023 in #wrangler
damn i m gonna miss fs based KV it was
oooooh, looking......
3 replies