Welcome Guest, Not a member yet? Register   Sign In
XMLRPC ...help!!!
#1

[eluser]Unknown[/eluser]
Greetings to all ...
I have worked a few days ago with the library xmlrpc and so far had no problems until I started working with https. I wonder if anyone has had this problem (if one exists) or if I am doing something wrong.

In the index of my server I added the following to validate the protocol:

function index()
{
if(!isset($_SERVER['HTTPS']))
exit();
.
.
.

And in my client

function index()
{
$this->load->helper('url');
$server_url = site_url('https://mysite.cl/eposbind/eposbind/');

$this->load->library('xmlrpc');
$this->xmlrpc->server($server_url, 443);
$this->xmlrpc->method('mi_metodo');
.
.
.


I hope that you can help me..THX

d-_-b
< | >
_/ \_ Greetings again.


Messages In This Thread
XMLRPC ...help!!! - by El Forum - 01-31-2008, 03:03 PM
XMLRPC ...help!!! - by El Forum - 01-31-2008, 04:13 PM
XMLRPC ...help!!! - by El Forum - 02-01-2008, 06:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB