[asterisk-bugs] [JIRA] (ASTERISK-22752) ARI: Allow POST parameters to be submitted in the request body
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Wed Oct 23 16:14:04 CDT 2013
Rusty Newton created ASTERISK-22752:
---------------------------------------
Summary: ARI: Allow POST parameters to be submitted in the request body
Key: ASTERISK-22752
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22752
Project: Asterisk
Issue Type: Improvement
Security Level: None
Components: Resources/res_ari
Affects Versions: 12.0.0-beta1
Reporter: David M. Lee
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list