Help for this page

Select Code to Download


  1. or download this
    POST /hello  HTTP/1.1
    Proxy-Connection: keep-alive
    ...
    Content-length: 98
    
    <Discovery_Request xmlns="http://taxii.mitre.org/messages/taxii_xml_bi
    +nding-1.1" message_id="1"/>
    
  2. or download this
       my $who = $cgi->param('name');
       my $msg = $cgi->param('POSTDATA');
    ...
               $cgi->end_html;
     }
    
  3. or download this
    HTTP/1.0 200 OK
    this is a simple text string who=<> param('POSTDATA')=<<>>>
    ...
    <h1>Hello !</h1>
    </body>
    </html>