Writing Server-side Web Applications in Delphi with CGI Expert
Background material for a presentation made to the Australian Delphi User Group - February 1998
by Glenn Lawrence of AIMTec P/L
E-mail: glawrence@aimtec.com.au
Copyright ©1998 G.C.Lawrence
Contents
Synopsis
Understanding HTTP and server
scripts
CGI Expert
Configuring your test environment
References
Caveat: Please use the information in this document with due care. If you find any errors please tell me so that I can make amendments as necessary - GCL.
![]()
Availability and support
Current version of CGI Expert is 3.03B, released earlier this month (Feb 98) Current cost for shareware versions is $US75 (no source) or $US175 (with source) Lars also has a usable freeware version, but with a lot fewer features. Support for the products is by e-mail, and there is also a web-based discussion group. See http://www.CGI Expert.com for more information.
IMPORTANT
NOTE ON PROXY SERVERS: Many ISPs now offer a proxy service, and if yours does
then you will probably find that "Connect through proxy server" is checked in
your browser options. If so then you will not be able to open localhost
unless you actually dial up your ISP. To allow you to access your local web server off
line you will have to un-check "Connect through proxy server" as shown above.
You will then need to remember to go back and check it before you can use your ISP once
again.
There's no need to
type the http:// in front of localhost. Explorer will automatically add that for you.