Hi, I have a CGI script that reads in data sent by the POST method. How can I pass along this data, using the POST method again, to another CGI script?
I've looked around, and so far as I can discern, people just talk about using STDIN or saved files to pass along data. My data is too big to fit into STDIN, and saved files would slow it down.