can we do post requests from workers ?
I am following this documentation https://developers.cloudflare.com/workers/examples/post-json/ it is not working getting the following error, I need to POST method which takes some data in the body.
Post JSON · Cloudflare Workers docs
Documentation for Cloudflare Workers, a serverless execution environment that allows you to create entirely new applications or augment existing ones …
1 Reply
You absolutely can yea. Hmm, that example works fine for me, even on miniflare local. What did you modify it to? That error implies you changed the
init
object to not have the method: "POST"
or are elsewhere fetching() something with a body and get/head method (or just not specified)