Hi @ryancramerdesign - sorry, not sure if this is a bug, intentional, or unavoidable.
I send application/json and application/x-www-form-urlencoded payloads to an endpoint created with a URL hook and file_get_contents('php://input') works as expected with application/json, but not with application/x-www-form-urlencoded.
Is there a way that application/x-www-form-urlencoded data could be made available via $event? Or populated to $_POST?
Hi @ryancramerdesign - sorry, not sure if this is a bug, intentional, or unavoidable.
I send
application/jsonandapplication/x-www-form-urlencodedpayloads to an endpoint created with a URL hook andfile_get_contents('php://input')works as expected withapplication/json, but not withapplication/x-www-form-urlencoded.Is there a way that
application/x-www-form-urlencodeddata could be made available via$event? Or populated to$_POST?