[PHP] Re: Best way to send XML via HTTPS POST

2004-07-02 Thread Manuel Lemos
Hello, On 07/02/2004 07:18 PM, Shaun Fanning wrote: Thanks Manuel, I will take a look at it. I do have complete control over the box this is running on, so I can rebuild PHP with support for CURL and OpenSSL if necessary. My main concern is having a robust approach that is fast and efficient under

[PHP] Re: Best way to send XML via HTTPS POST

2004-07-02 Thread Shaun Fanning
Thanks Manuel, I will take a look at it. I do have complete control over the box this is running on, so I can rebuild PHP with support for CURL and OpenSSL if necessary. My main concern is having a robust approach that is fast and efficient under a high load. On 7/2/04 5:55 PM, "Manuel Lemos" <[E

[PHP] Re: Best way to send XML via HTTPS POST

2004-07-02 Thread Manuel Lemos
Hello, On 07/02/2004 01:40 PM, Shaun Fanning wrote: I need to interface with a partner's XML API and they require that the XML request be sent via HTTPS POST. I also need to parse the XML response that the partner's server will send back. Is CURL the best way to handle the transfer or something lik