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

[eluser]ejangi[/eluser]
Hi Kyle. Have you checked that everything works without HTTPS?
#3

[eluser]Unknown[/eluser]
Hello, ucantblamem ...
The answer is yes, the service is working ok without https, only add these lines was in trouble.
Apparently it is the client who does not support the protocol, today I will test with another client and I will be confirming.
Anyway if you manage to find out something, help me a lot.
Thanks




Theme © iAndrew 2016 - Forum software by © MyBB