[asterisk-bugs] [JIRA] (ASTERISK-22743) ARI: Allow POST parameters to be submitted in the request body

David M. Lee (JIRA) noreply at issues.asterisk.org
Mon Oct 21 10:42:03 CDT 2013


David M. Lee created ASTERISK-22743:
---------------------------------------

             Summary: ARI: Allow POST parameters to be submitted in the request body
                 Key: ASTERISK-22743
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22743
             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