CGI (Common Gateway Interface) - traduzione in Inglese
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

CGI (Common Gateway Interface) - traduzione in Inglese

INTERFACE WHICH OFFERS A STANDARD PROTOCOL FOR WEB SERVERS TO EXECUTE PROGRAMS INSTALL
Common gateway interface; Cgi-bin; CGI script; CGI-bin; Cgi script; .cgi; Common Gateway Interface (CGI); Cgi bin; Cgi-bin/; RFC 3875
  • The official CGI logo from the spec announcement

CGI (Common Gateway Interface)      
= CGI (Interfaz Común de Comunicaciones)

Def: En Internet, normativa que describe cómo se comunica un servidor Web con otros programas localizados en el mismo ordenador y viceversa.
Ex: CGI (Common Gateway Interface) is a set of rules that describe how a web server communicates with another piece of software on the same machine, and how the other piece of software (the "CGI program") talks to the web server.
----
* cgi-bin = directorio cgi
common gateway interface         
expression
interfaz m/f común de pasarela
cgi-bin         
(n.) = directorio cgi
Ex: Cgi-bin is the most common name of a directory on a web server in which CGI programs are stored.

Definizione

brújula
sust. fem.
1) Física. Barrita o flechilla imanada que puesta en equilibrio sobre un púa, señala siempre el Norte magnético.
2) Mar. Instrumento náutico usado para indicar el rumbo de la nave. Es una caja esférica, generalmente de bronce u otro material inoxidable, en cuyo interior se hallan dos círculos concéntricos; uno, fijo, que lleva señalada la dirección de la quilla del buque, y otro más pequeño, de cartón o de talco puesto en equilibrio sobre una púa, que tiene la rosa de los vientos; en su línea NS lleva adherida una flechilla imantada.
3) fig. Lo que sirve de guía.
sust. fem.
1) Instrumento para determinar las direcciones en la superficie terrestre.
2) Agujerito que sirve para precisar la puntería de la escopeta y que corresponde a lo que hoy se llama mira.
3) nombre prop. fem. Astronomía. Constelación austral.

Wikipedia

Common Gateway Interface

In computing, Common Gateway Interface (CGI) is an interface specification that enables web servers to execute an external program, typically to process user requests.

Such programs are often written in a scripting language and are commonly referred to as CGI scripts, but they may include compiled programs.

A typical use case occurs when a web user submits a web form on a web page that uses CGI. The form's data is sent to the web server within an HTTP request with a URL denoting a CGI script. The web server then launches the CGI script in a new computer process, passing the form data to it. The output of the CGI script, usually in the form of HTML, is returned by the script to the Web server, and the server relays it back to the browser as its response to the browser's request.

Developed in the early 1990s, CGI was the earliest common method available that allowed a web page to be interactive.