andifined.dev
CDCloudflare Developers
•Created by andifined.dev on 3/9/2024 in #workers-help
Not able to parse request body when using service bindings
It hangs completely. Locally it works flawless, just the deployment has a problem.
3 replies
CDCloudflare Developers
•Created by andifined.dev on 1/27/2023 in #pages-help
best practices for .pages.dev domain
But if I‘m remembering it correctly the docs say that the _headers file has no effect on dynamic content, so I‘m responsible for managing those cache headers etc within code or am I wrong?
12 replies
CDCloudflare Developers
•Created by andifined.dev on 1/27/2023 in #pages-help
best practices for .pages.dev domain
Awesome! Thanks!
12 replies
CDCloudflare Developers
•Created by andifined.dev on 1/27/2023 in #pages-help
best practices for .pages.dev domain
Already tried that, but didn‘t work. Will give it another try thanks!
12 replies
CDCloudflare Developers
•Created by andifined.dev on 1/27/2023 in #pages-help
best practices for .pages.dev domain
So when talking about the
_headers
file, do know where to locate it within a sveltekit project? Can‘t find anything about it in the documentation 😦12 replies
CDCloudflare Developers
•Created by andifined.dev on 1/27/2023 in #pages-help
best practices for .pages.dev domain
For the official domain of my pages projects it works great! But it‘s also possible to access the project by the pages domain and it would be awesome, if the subdomain appears as a site in cloudflare to make all the great customization options for it accessible as well. Does that make sense to you?
12 replies
CDCloudflare Developers
•Created by andifined.dev on 1/27/2023 in #pages-help
best practices for .pages.dev domain
Yes of course, from my point of view, everything headers related, has generally nothing to do with the required code to build an application. Headers are little bits and pieces that make my application more secure, more performant (cache-Headers) or restrict indexing by crawlers. So if I want to change one of those headers in code, I have to alter files, make a pull request and a new deployment. Many developers don‘t know much about security related headers and so I thinks it would be a good practice to configure those infrastructure and traffic related stuff directly by defining specific rules to manage it from the dashboard.
12 replies