cloudflare-docs
cloudflare-docs copied to clipboard
Cloudflare’s documentation
### Expected Behavior The documentation should call out that the content-length header is ignored when constructing a custom response/request. To have it set correctly, the body must be an instance...
### Which Cloudflare product does this pertain to? Workers ### Existing documentation URL(s) https://developers.cloudflare.com/workers/wrangler/configuration/ ### Section that requires update wrangler.toml ### What needs to change? The example TOML is helpful,...
### Which Cloudflare product does this pertain to? Workers ### Existing documentation URL(s) https://developers.cloudflare.com/workers/examples/auth-with-headers/ ### Section that requires update The comparison of the pre-shared keys. ### What needs to change?...
### Which Cloudflare product does this pertain to? Workers ### Existing documentation URL(s) cloudflare-docs/content/workers/runtime-apis/fetch.md ### Section that requires update The API does not mention that ports are stripped from URLs....
### Product - Workers - Presumably Pages Functions ### Subject Matter When using a local development environment like Miniflare or the Workers Preview available through Quick Edit in the dashboard,...
### Which Cloudflare product(s) does this pertain to? Pages ### Subject Matter Remix integration with bindings ### Content Location Currently there's a guide for setting up Remix on Pages at...
I found these two old articles 1. https://blog.cloudflare.com/unit-testing-workers-in-cloudflare-workers/ 2. https://findwork.dev/blog/testing-cloudflare-workers/ And this issue https://github.com/cloudflare/wrangler/issues/1026 Now the `wrangler dev` is out of beta, it would be nice to have an official...
### Expected Behavior It's a very common request for people to want to serve Images on their own domain. This is on the roadmap however, there is a temporary solution...
I updated the title and description to give a clearer explanation of what I found confusing. ### Expected Behavior I made an [example project](https://github.com/ryanjaeb/cloudflare-pages-routing) with some wildcard routes. It's deployed...
### Which Cloudflare product(s) does this pertain to? R2 ### Subject Matter .Net Example ### Content Location Hi, How to use R2 in .net project. I cant find any document...