gadgets.io.makeRequest does not pass a content-type on POST requests
--------------------------------------------------------------------
Key: SHINDIG-56
URL: https://issues.apache.org/jira/browse/SHINDIG-56
Project: Shindig
Issue Type: Improvement
Components: Gadgets Server - Java
Reporter: Arne Roomann-Kurrik
Assignee: John Hjelmstad
When using gadgets.io.makeRequest to POST data to a remote server, the
Content-Type header is not set.
PHP expects the Content-Type header to be set to
"application/x-www-form-urlencoded" in order to populate its $_POST variable
with the passed data.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.