Re: [PHP] Server-initiated HTTP requests

2003-06-16 Thread Sapporo
I'm using php to have several servers communicate between eachother. I want to do the following: Server A sends a request to server B. Server B stores some information about this request, and sends back a response to A (so far it's regular HTTP). Next, server B must send an HTTP request to server

Re: [PHP] Server-initiated HTTP requests

2003-06-16 Thread Jason Wong
On Tuesday 17 June 2003 01:07, Sander wrote: > I'm using php to have several servers communicate between eachother. I > want to do the following: > Server A sends a request to server B. Server B stores some information > about this request, and sends back a response to A (so far it's regular > HTTP

Re: [PHP] Server-initiated HTTP requests

2003-06-16 Thread Brad Dameron
http://www.domain.com";); ?> Brad - Original Message - From: "Sander" <[EMAIL PROTECTED]> > I'm using php to have several servers communicate between eachother. I > want to do the following: > Server A sends a request to server B. Server B stores some information > about this request,

[PHP] Server-initiated HTTP requests

2003-06-16 Thread Sander
I'm using php to have several servers communicate between eachother. I want to do the following: Server A sends a request to server B. Server B stores some information about this request, and sends back a response to A (so far it's regular HTTP). Next, server B must send an HTTP request to server C