hi,
Mag sein, aber schon mit einem IE getestet? Verlink doch mal ein Beispielskript mit diesem Content-type, und ich screenshoote das, was meine IEs draus machen.
Klar, mach: Klick
Script:
#!/usr/bin/perl
print "Content-type: text/plain\n\n";
while( ($k,$v) = each %ENV){
printf("%-25s %s\n", $k, $v);
}
TCPdump:
Hotte ;-)