Help for this page

Select Code to Download


  1. or download this
    use JSON;
    
    ...
    
    print "Content-type: text/html\n\n";
    print $json->encode($data);
    
  2. or download this
    LOG: header received:
    HTTP/1.1 200 
    ...
    Content-Type: text/html
    
    {"success":true,"test":"Hello"}