CGI
) that can be configured
to handle many different types of CGI.
URL | Action |
---|---|
/cgi-bin/Hello.exe | Says hello to the world |
/cgi-bin/CheckArg.exe?isindex+check | Tests ISINDEX (true) |
/cgi-bin/CheckArg.exe?isindex%3dcheck | Tests ISINDEX (false) |
Return to CGI index.
Return to main features index.
The non-parsed header mechanism is also known as "full response" or "direct return". NPH is a program included with this package to demostrate this server's capabilities of handling non-parsed header CGI programs.
URL | Action |
---|---|
/cgi-bin/NPH.exe | Describes usage of the CGI program |
/cgi-bin/NPH.exe?200 | Indicate a normal response |
/cgi-bin/NPH.exe?401 | Cause a password dialog to appear |
/cgi-bin/NPH.exe?0 | Really confuse your browser |
Return to CGI index.
Return to main features index.
URL | Action |
---|---|
/cgi-bin/Redirect.exe | Describes usage of the CGI program |
/cgi-bin/Redirect.exe/pidocs/Objects/ | Redirect to the index of the Pi3 API specification |
/cgi-bin/Redirect.exe/cgi-bin/Redirect.exe | CGI attempts to redirect back to itself. |
Return to CGI index.
Return to main features index.
The following several programs demostrate the use of windows CGI.
URL | Action |
---|---|
/cgi-win/WHello.exe | "Hello World!" for windows CGI |
Return to CGI index.
Return to main features index.