- Common Gateway Interface
- (CGI), a standard protocol for interfacing application software with a web server. CGI allows the server to pass requests from a web browser client to the application and return output from the application to the web browser.
|