Search
Setup for Free
CD
Cloudflare Developers
•
3y ago
Chakri
Change POST request to GET request using workers for the same url.
is there a way to change the request method from post to get for the same request object
, using workers
?
Cloudflare Developers
Join
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
83,384
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
C
Cole-kun
•
8/15/23, 6:50 PM
I guess so
.
.
. The documentation has this example showing how to cache POST requests
:
https://developers.cloudflare.com/workers/examples/cache-post-request
Part of it shows how to convert POST to GET
Cache POST requests · Cloudflare Workers docs
Documentation for Cloudflare Workers
, a serverless execution environment that allows you to create entirely new applications or augment existing ones
…
C
Chakri
OP
•
8/15/23, 6:58 PM
ok thanks Paulo
Similar Threads
Request to URL on the same zone but in CNAME configuration
CD
Cloudflare Developers / workers-and-pages-help
3y ago
update request url with workers static assets
CD
Cloudflare Developers / workers-and-pages-help
10mo ago
Using Environment Variables for Workers API URLs
CD
Cloudflare Developers / pages-help
11mo ago
Is it expected that my workers log every request URL they get executed for?
CD
Cloudflare Developers / workers-and-pages-help
2y ago