PHP Classes

xml and https

Recommend this page to a friend!

      Advanced HTTP Client  >  All threads  >  xml and https  >  (Un) Subscribe thread alerts  
Subject:xml and https
Summary:https request non existent i xml_post()
Messages:1
Author:John Yiangos
Date:2005-05-10 11:03:23
 

  1. xml and https   Reply   Report abuse  
Picture of John Yiangos John Yiangos - 2005-05-10 11:03:23
Hello,

I noticed that you have an xml_post() method in the class, with which you can send an xml file over to the remote server and retrieve the response. That's exactly what I need, only the remote server I'm trying to connect to, is using secure connections (i.e. the url is of the form https://some_host.com:port/some/uri)

Currently there's no support for that in the class. Is there a possibility to add that in the future?

Regards,
Yiannis Vavouranakis