How to get body of a POST request
I am using Worker as a webhook URL to pull the data. The request made by the invoked entity is using POST and application/x-www-form-urlencoded.
Since it seems to be unable to be logged in the result due to content type, how do I get the data or log them in Worker?
2 Replies