Uploaded image for project: 'In-Portal CMS'
  1. In-Portal CMS
  2. INP-1132

Forward POST parameters as GET parameters in "kCurlHelper" class, when GET request method is used

    XMLWordPrintable

    Details

    • Type: Bug Report
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.2.0
    • Fix Version/s: 5.2.1-B1
    • Component/s: Data Management
    • Labels:
      None

      Description

      In following code example parameters set through setRequestData method would be ignored:

      $curl_helper = $this->Application->recallObject('CurlHelper');
      /* @var $curl_helper kCurlHelper */

      $curl_helper->setRequestData(Array ('param1' => 'value1'));
      $response = $curl_helper->Send('http://www.twitter.com');

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                alex Alex
                Reporter:
                alex Alex
                Developer:
                Alex
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: