/
Class kCurlHelper ignores GET parameters

Class kCurlHelper ignores GET parameters

Imported from: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/890be84ae2bbb0f7#

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');

curl_ignoring_get_request_parameters_fix.patch

Related Tasks

Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.