Y
Hacker News
new
|
ask
|
show
|
jobs
by
forcer
3190 days ago
Could this be used to make Cloudflare respond to HTTP POST requests?
1 comments
kentonv
3190 days ago
Yep.
if (request.method == "post") { ... }
link