You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Arne Roomann-Kurrik (JIRA)" <ji...@apache.org> on 2008/02/09 19:56:07 UTC

[jira] Created: (SHINDIG-56) gadgets.io.makeRequest does not pass a content-type on POST requests

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.


[jira] Closed: (SHINDIG-56) gadgets.io.makeRequest does not pass a content-type on POST requests

Posted by "Arne Roomann-Kurrik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arne Roomann-Kurrik closed SHINDIG-56.
--------------------------------------

    Resolution: Duplicate

Double post on the submit form for the tracker.  Sorry!

> 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.