Brendan Irvine-Broque

Results 99 comments of Brendan Irvine-Broque

All the relevant content here should be in https://github.com/cloudflare/cloudflare-docs/pull/15995 which is ready for review.

https://github.com/cloudflare/cloudflare-docs/pull/15995 has been merged. Would like to move forward here, happy to setup pages that redirect to relevant sections.

Bump now that https://github.com/cloudflare/cloudflare-docs/pull/15995 has landed?

@kodster28 — I think we are possibly missing codeowners for the redirects file?

So it's that if you POST without a `content-type` header, Wrangler throws this error.

Escape character makes a difference? 🤔 ``` > curl -X POST http://localhost:8787 \ -H "Content-Type: text/html" \ -d "some body" Hello World!% > curl -X POST http://localhost:8787 \ -H "Content-Type:...

You might want to try experimenting with https://opennext.js.org/cloudflare, which has supports dynamic error pages. Would love feedback on if this solves what you're running into.

I think this is an issue of people used to building for web browsers, then trying to build things on the backend. Ex: consider [the example code that Dario shared](https://github.com/dario-piotrowicz/workerd-modules-sharing-issue-reproduction/tree/main/src)...