TCGI

BlitzMax Forums/BlitzMax Programming/TCGI

Perturbatio(Posted 2005) [#1]
The following is the beginning of my meager attempts at getting a BMax CGI app working.
It is however not functioning correctly.

If I run it locally, it works (although there is no QUERY_STRING environment variable when run locally).

If I pass the app a URL encoded string ( cgi-bin/pertCGI.exe?test=1234 ) it times out.