in reply to Re^4: Question: Send a chunk of XML to a server
in thread Question: Send a chunk of XML to a server

The choice method to use for requests without side-effects (GET) and requests with side-effects (POST) is indicated by the HTTP protocol. It has nothing to do with the CGI protocol or the post to which you replied.
  • Comment on Re^5: Question: Send a chunk of XML to a server

Replies are listed 'Best First'.
Re^6: Question: Send a chunk of XML to a server
by Anonymous Monk on Nov 10, 2009 at 00:09 UTC
    Yes it doesm, CGI is built on top of HTTP

      You are mistaken. CGI uses a pair of pipes and some environment variables. CGI does not use or rely on HTTP at all.