#!/usr/bin/perl
print "Status: 404 OK\r\n";
print "Content-Type: text/html\r\n";
print "\r\n";
print "<p>This will sniff as HTML and will be blocked by CORB</p>";
#!/usr/bin/perl
print "Status: 404 OK\r\n";
print "Content-Type: text/html\r\n";
print "\r\n";
print "<p>This will sniff as HTML and will be blocked by CORB</p>";