Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 378 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 378 Bytes

AzureFunction-URLFormDecoder

This is a useful Azure Function "Generic Node Webhook" for parsing URL Form encoded data. It expects an object of

{
  "form": "<some-urlformencoded-data>"
}

and will return a response of a JSON object representation of the URL Form encoded data. This is useful for webhooks like Twilio that will be sending url-formencoded data.