- From: Domingo Siliceo <638net@medusa.es>
- Date: Thu, 16 May 1996 08:43:42 +0100
- To: www-talk@w3.org
Hi all, I'm trying to send a status-code 204 from a script that no contains any data to be shown in the html browser, so, I guess I should not define any content-type header in my script. This script might look like #tested under NTPerl 4.036 and EMWAC 0.991 print "Status-Code=204\n\n"; open FILE ">>momo.html"; print FILE "Bon dia!\n"; close (FILE); exit (0); I hope you get the idea. Is this possible? Any hint? Best wishes. Domingo Siliceo -- 638net --
Received on Thursday, 16 May 1996 02:57:53 UTC