blob: 3f753811f65fbc3430c42d6523f39ba14f4fe09a [file] [log] [blame]
#!/usr/bin/perl -wT
use strict;
print "Content-Type: application/json\n";
print "Access-Control-Allow-Credentials: true\n";
print "Access-Control-Allow-Origin: http://127.0.0.1:8000\n";
print "X-Custom-Header: Custom-Header-Value\n\n";
print "{\"json\": true, \"value\": 42}";