|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/yaleb/examples/ |
Upload File : |
<html> <head> <title>CGI Pipelining</title> <link rel="stylesheet" type="text/css" href="examples.css"> </head> <body> <h1>CGI Pipelining</h1> <p>You should have been redirected to this page by Soupermail, but look at the URL. You should see the data you typed in the previous form passed through to this page.</p> <p>If you have JavaScript enabled in your browser, here is what is passed through:</p> <p><b> <script language="javascript" type="text/javascript"> <!-- document.write(window.location.search); //--> </script> </b></p> <p>The config option that produced this was:</p> <pre> gotosuccess: "pipeline2.htm?email=$form_Email&name=$form_your_name" </pre> </body> </html>