Prattaratt
Technical User
As a learning exercise, I am trying to develop a webpage server with Embarcedero's C++ Builder (XE2) using Indy components (10.5.8.3) I am now trying to integrate PHP into the server by using PHP-CGI running as a child process and piping the output to an output stream. So far so good for the most part. But I can't seem to get a handle on processing the following HTTP Request command, which is a GET for the php logo gif that is supposed to be displayed on the PHPINFO page:
test.php?=PHPE9568F34-D428-11d2-A769-00AA001ACF42
any ideas on how to go about retrieving this resource and send it upstream?
test.php?=PHPE9568F34-D428-11d2-A769-00AA001ACF42
any ideas on how to go about retrieving this resource and send it upstream?