How do I send a REST request using the HTTP POST method?
To send an HTTP POST request, keep the name of the HTML element the same as the REST parameter name. For example: In this example, a text box with the name “c” corresponds to the center point parameter “c,” and its value “-117|34” corresponds to value of the parameter c. Note that this element should be contained in an HTML Form Element and the HTML Form Element should have an action pointing to “