[Info-vax] OSU server and scripts
Stephen Hoffman
seaohveh at hoffmanlabs.invalid
Sat Oct 12 17:06:35 EDT 2013
On 2013-10-12 19:13:19 +0000, Paul Sture said:
> In article <l3btfg$a1b$1 at online.de>,
> helbig at astro.multiCLOTHESvax.de (Phillip Helbig---undress to reply)
> wrote:
>> $ crlf = f$fao("!/")
>> $! crlf = ""
>> $ write net_link "<DNETRECMODE2>"
>> $ cgi_symbols
>> $ write net_link "content-type: text/html",crlf
>> $!warum siehe ich hier nichts?
>
> I think there's supposed to be a blank line at this point.
>
> See Hoff's article on the subject here:
>
> <http://labs.hoffmanlabs.com/node/277>
A blank line is required after the HTTP headers per
<http://www.ietf.org/rfc/rfc2616.txt>, yes. Better still, try
<http://fortranwiki.org/fortran/show/CGI> and
<http://www.aim.env.uea.ac.uk/aim/info/fortran.pdf>, as those discuss
Fortran CGI libraries that can help avoid spending more time than
strictly necessary digging around in the RFCs and related materials.
If this or some other upcoming project should involve client-side use
of HTTP or HTTPS, then libwww
<http://www.johndapps.com/libwww-thew3cprotocollibraryonopenvms> can be
very helpful, though that's centrally for C and C++.
--
Pure Personal Opinion | HoffmanLabs LLC
More information about the Info-vax
mailing list