[Home]

Summary:ASTERISK-22743: ARI: Allow POST parameters to be submitted in the request body
Reporter:David M. Lee (dlee)Labels:
Date Opened:2013-10-21 10:40:31Date Closed:2013-11-08 11:37:01.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_ari
Versions:12.0.0-beta1 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Currently, ARI only parses parameters submitted via query parameters.

For GET requests, this is well and good. But for PUT/POST parameters, it's more natural for them to be submitted via the request body. We have [an issue|ASTERISK-22685] for submitting parameters via JSON, but it's just as likely that someone would try submitting them as form data ({{application/x-www-form-urlencoded}}).

See the [ML|http://lists.digium.com/pipermail/asterisk-app-dev/2013-October/000119.html] for more info.
Comments: