Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.2.1

Request #17385 No proxy support
Submitted: 2010-05-10 18:57 UTC
From: ojohner Assigned:
Status: Open Package: Net_SMS (version 0.1.0)
PHP Version: 5.2.9 OS: OpenSuse
Roadmaps: (Not assigned)    
Subscription  


 [2010-05-10 18:57 UTC] ojohner (Olivier Johner)
Description: ------------ When we call the 'autenticate()' method, a HTTP_Request objet is instanciated but no proxy parametre can be set. Test script: --------------- $params = array( 'user'=>'userTest', 'password'=>'passTest', 'api_id'=>'12345678',); $driver = 'clickatell_http'; $sms = new Net_SMS(); $fac = $sms->factory($driver,$params); $auth = $fac->authenticate(); if (PEAR::isError($auth)) { die ($auth->getMessage()); } echo "Authentification OK"; Expected result: ---------------- Authentification OK Actual result: -------------- Authentication failed. Could not open auth?user=userTest&password=passTest&api_id=12345678.

Comments

 [2010-05-11 11:35 UTC] ojohner (Olivier Johner)
-Type: Bug +Type: Feature/Change Request
 [2011-11-25 06:58 UTC] doconnor (Daniel O'Connor)
An upgrade to HTTP_Request2 will probably fix this neatly.