'Run and Debug' with urlencoded content
I'm configuring a POST endpoint to catch a webhook whose content type is application/x-www-form-urlencoded.
I'm having a tough time trying to debug some logic in the endpoint, as it looks like the run and debug feature only handles JSON.
I've tried to convert my urlencoded content to JSON for debugging purposes (just using this tool), but it looks like that doesn't quite work, which makes me wonder—is it currently possible to use the 'run and debug' feature with content sent as application/x-www-form-urlencoded?
Other
7 replies