|
Posted by Alvaro G Vicario on 05/12/05 18:12
*** Gary Quiring wrote/escribió (Thu, 12 May 2005 10:20:29 -0400):
> I have a vendor sending me a text file using POST. I have a PHP program
> receiving the data that works. I need to in the same stream return an answer
> via POST. How do I send that POST in the same stream?
As far as I know it's impossible. HTTP is a stateless protocol that has
client-server design. If your vendor's HTTP client contacts your HTTP
server, you cannot use that same connection to invert roles an make your
server act as client and viceversa.
--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--
Navigation:
[Reply to this message]
|